Skip to content

Commit

Permalink
Merge 7a4f53e into 457ac2a
Browse files Browse the repository at this point in the history
  • Loading branch information
pravi committed May 31, 2019
2 parents 457ac2a + 7a4f53e commit d9622bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function asyncDone(fn, cb) {
}
}

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

module.exports = asyncDone;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.2",
"process-nextick-args": "^1.0.7",
"process-nextick-args": "^2.0.0",
"stream-exhaust": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit d9622bf

Please sign in to comment.