Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 9, 2017
1 parent 1520ed2 commit d289b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function spawnWorkerDelay (args, delay) {
const parsedArgs = minimist(args)
debug('spawning %o', parsedArgs)
farm(parsedArgs, process.exit)
return process.nextTick(cb, delay)
return setTimeout(cb, delay)
}

return spawnWorker
Expand Down

0 comments on commit d289b23

Please # to comment.