Skip to content

Commit

Permalink
update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 3, 2019
1 parent 7a4f53e commit e041e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var domain = require('domain');

var eos = require('end-of-stream');
var tick = require('process-nextick-args');
var p = require('process-nextick-args');
var once = require('once');
var exhaust = require('stream-exhaust');

Expand Down Expand Up @@ -82,7 +82,7 @@ function asyncDone(fn, cb) {
}
}

tick.nextTick(asyncRunner);
p.nextTick(asyncRunner);
}

module.exports = asyncDone;

0 comments on commit e041e89

Please # to comment.