grunt-groc
grunt-groc copied to clipboard
Recursive process nextTick deprecation
Getting this error when running grunt groc:
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
I'm using node 0.10.22
What does your Gruntfile look like?
Just ran groc on node 0.10.22 and didn't get this error:
$ grunt groc
Running "groc:javascript" (groc) task
Done, without errors.