Do not output \n on stderr on output, breaks tests

This commit is contained in:
Ryan Dahl 2010-06-07 16:23:48 -07:00
parent 6056d2ea2c
commit 0c3b6aba7a

View File

@ -2084,7 +2084,6 @@ static void ParseArgs(int *argc, char **argv) {
static void AtExit() {
node::Stdio::Flush();
node::Stdio::DisableRawMode(STDIN_FILENO);
fprintf(stderr, "\n");
}