aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-09-30 18:58:12 -0700
committeralon@honor <none@none>2010-09-30 18:58:12 -0700
commit13e243c8cb9e4d91bc74d927fc2eabd4938c97a8 (patch)
tree56a15b1a9d6fbc04618637530f11e63d8be0e3a5 /src/postamble.js
parent0923eaec251fb7af9f9bf642e06d2f17fdf0f250 (diff)
abort()
Diffstat (limited to 'src/postamble.js')
-rw-r--r--src/postamble.js2
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;
}