Index: test/mjsunit/bugs/harmony/debug-blockscopes.js |
diff --git a/test/mjsunit/bugs/harmony/debug-blockscopes.js b/test/mjsunit/bugs/harmony/debug-blockscopes.js |
index 52c94e75489dd1e94d01a4a1db9877eac82b0f7c..b8b2f8d99e0eed688a953227de45ad81c3d60a71 100644 |
--- a/test/mjsunit/bugs/harmony/debug-blockscopes.js |
+++ b/test/mjsunit/bugs/harmony/debug-blockscopes.js |
@@ -52,6 +52,7 @@ function listener(event, exec_state, event_data, data) { |
} |
} catch (e) { |
exception = e; |
+ print(e + e.stack); |
} |
} |