Skip to content

Commit

Permalink
Fix Runner issues
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Jun 23, 2020
1 parent 49544ae commit 3ebca7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/runner.js
@@ -1,11 +1,8 @@
'use strict';

/**
@module Runner
*/

/**
* Module dependencies.
* @private
*/
var util = require('util');
var EventEmitter = require('events').EventEmitter;
Expand Down Expand Up @@ -35,6 +32,7 @@ var createFatalError = errors.createFatalError;

/**
* Non-enumerable globals.
* @private
* @readonly
*/
var globals = [
Expand Down

0 comments on commit 3ebca7e

Please sign in to comment.