diff --git a/source-map-support.js b/source-map-support.js index d0652f9..046d441 100644 --- a/source-map-support.js +++ b/source-map-support.js @@ -469,11 +469,10 @@ function printErrorAndExit (error) { } if (source) { - console.error(); console.error(source); } - console.error(error.stack); + console.error(error); process.exit(1); }