-
-
Notifications
You must be signed in to change notification settings - Fork 67
Time-grunt stopped working after updating to grunt 0.4.2 #15
Comments
Discussion on a fix for this is in cowboy/node-exit#7 |
Doesn't work at all here. MacOSX 10.9 |
Not working here either. Win8.1 and latest version of grunt. |
not liminited to windows. Grunt 0.4.2 in general breaks it. |
Also getting no time-grunt output on Grunt 0.4.2 on OSX 10.9 |
Thanks for the update @sindresorhus, the times are shown again. But the grunt tasks are never exited now. Always have to |
@binarykitchen do you have a testcase? Works fine for https://github.com/sindresorhus/time-grunt/blob/master/Gruntfile.js |
Just tested again in the office. Weird. It is working on my office machine (Linux) but not on my home machine (Mac OS X). Will have to check again from home ... |
@binarykitchen a5a4592, just |
Right, I did that on my office machine and then it worked. Man, why do I have to clear npm's cache? Shouldn't it invalidate older versions automatically? |
@binarykitchen it should, but there's a reason there's a command like that, sometimes it doesn't. A better question is; Why is everything with programming and computers broken? |
Haha ... I get it ;) No further questions ... thx! |
It appears that process.on('exit' ...) is never called. I could fix it by reverting a change in grunt.js (calling process.exit(0); rather than util.exit(0)): https://github.com/gruntjs/grunt/blob/master/lib/grunt.js#L147
So probably a grunt issue?
The text was updated successfully, but these errors were encountered: