mirror of https://github.com/nodejs/node.git
Only one line break before stacktrace
parent
d489555553
commit
b3c0359b56
|
@ -902,7 +902,7 @@ static void ReportException(TryCatch &try_catch, bool show_line) {
|
||||||
Handle<Message> message = try_catch.Message();
|
Handle<Message> message = try_catch.Message();
|
||||||
|
|
||||||
node::Stdio::DisableRawMode(STDIN_FILENO);
|
node::Stdio::DisableRawMode(STDIN_FILENO);
|
||||||
fprintf(stderr, "\n\n");
|
fprintf(stderr, "\n");
|
||||||
|
|
||||||
if (show_line && !message.IsEmpty()) {
|
if (show_line && !message.IsEmpty()) {
|
||||||
// Print (filename):(line number): (message).
|
// Print (filename):(line number): (message).
|
||||||
|
|
Loading…
Reference in New Issue