jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Node complaining on process.nextTick #280

Closed SirAnthony closed 7 years ago

SirAnthony commented 9 years ago

(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.

mde commented 7 years ago

Works in all modern Nodes, (finally) merged. Thanks!