diff --git a/src/node.cc b/src/node.cc index b433940263..ada473d074 100644 --- a/src/node.cc +++ b/src/node.cc @@ -902,7 +902,7 @@ static void ReportException(TryCatch &try_catch, bool show_line) { Handle message = try_catch.Message(); node::Stdio::DisableRawMode(STDIN_FILENO); - fprintf(stderr, "\n\n"); + fprintf(stderr, "\n"); if (show_line && !message.IsEmpty()) { // Print (filename):(line number): (message).