Skip to content

Commit 381fdd1

Browse files
committed
implement #263
1 parent d058745 commit 381fdd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source-map-support.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,10 @@ function printErrorAndExit (error) {
471471
}
472472

473473
if (source) {
474-
console.error();
475474
console.error(source);
476475
}
477476

478-
console.error(error.stack);
477+
console.error(error);
479478
process.exit(1);
480479
}
481480

0 commit comments

Comments
 (0)