From 8d9506205fcf36d65693e646f628bb501d877de7 Mon Sep 17 00:00:00 2001 From: Ben Alman Date: Fri, 23 Mar 2012 07:52:36 -0400 Subject: [PATCH] Apparently, joyent/node#1669 has been fixed. Hooray! --- lib/grunt/log.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/grunt/log.js b/lib/grunt/log.js index 81e105cba..0a457e160 100644 --- a/lib/grunt/log.js +++ b/lib/grunt/log.js @@ -24,10 +24,6 @@ log.muted = false; // True once anything has actually been logged. var hasLogged; -// Apparently writing to stdout in node.js is non-blocking. But stderr blocks. -// So we'll use that instead. WTF. https://github.com/joyent/node/issues/1669 -process.stdout = process.stderr; - // Write output. log.write = function(msg) { // Actually write output.