diff options
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postamble.js b/src/postamble.js index f47f3d42..a185b306 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -30,7 +30,7 @@ function run(args) { try { run(this.arguments ? arguments : []); } catch (e) { - print("Fatal exception: " + e.stack); + print("Fatal exception: " + e); throw e; } |