summaryrefslogtreecommitdiff
path: root/test/message/throw_non_error.out
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2014-02-05 20:38:33 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2014-02-06 13:26:57 +0400
commitf1de13b8ab77f1bcab0d7cffee140a264cae4cce (patch)
tree03205bb58ad3d5e1d19ac576197d02ac2a5b4c01 /test/message/throw_non_error.out
parent6cbfcdad46d733bb04332063727e304e449dc86b (diff)
downloadandroid-node-v8-f1de13b8ab77f1bcab0d7cffee140a264cae4cce.tar.gz
android-node-v8-f1de13b8ab77f1bcab0d7cffee140a264cae4cce.tar.bz2
android-node-v8-f1de13b8ab77f1bcab0d7cffee140a264cae4cce.zip
node: do not print SyntaxError hints to stderr
Try embedding the ` ... ^` lines inside the `SyntaxError` (or any other native error) object before giving up and printing them to the stderr. fix #6920 fix #1310
Diffstat (limited to 'test/message/throw_non_error.out')
-rw-r--r--test/message/throw_non_error.out1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/message/throw_non_error.out b/test/message/throw_non_error.out
index 378874f990..5f8213eb4f 100644
--- a/test/message/throw_non_error.out
+++ b/test/message/throw_non_error.out
@@ -1,5 +1,4 @@
before
-
*test*message*throw_non_error.js:31
throw ({ foo: 'bar' });
^