Skip to content

Commit

Permalink
Apparently, nodejs/node-v0.x-archive#1669 has been fixed. Hooray!
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Mar 23, 2012
1 parent e991a8f commit 8d95062
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/grunt/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d95062

Please sign in to comment.