Skip to content

Commit

Permalink
Fix windows bug where error output is truncated
Browse files Browse the repository at this point in the history
On Windows, when running mocha after jshint, all mocha output (passes, failures, which tests failed, etc) is truncated due to this bug: cowboy/node-exit#7.
  • Loading branch information
prust committed Sep 9, 2014
1 parent 88ebbec commit e2faa8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ function exit(code, callback) {
drainCount++;
tryToExit();
});

stream.write = function () {};
}
});

Expand Down

0 comments on commit e2faa8e

Please sign in to comment.