aboutsummaryrefslogtreecommitdiff
path: root/test/message/vm_display_syntax_error.out
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-05-31 23:48:32 -0700
committerRich Trott <rtrott@gmail.com>2016-06-03 21:40:30 -0700
commit1a21524b6908892e2d0a79cbb4241aee78530c09 (patch)
tree6b7ae544bae192d0ac9e91bbdb6abefcd4fa060b /test/message/vm_display_syntax_error.out
parentedbb092cafd44252dd1d503f16ec6f32c79e7f60 (diff)
downloadandroid-node-v8-1a21524b6908892e2d0a79cbb4241aee78530c09.tar.gz
android-node-v8-1a21524b6908892e2d0a79cbb4241aee78530c09.tar.bz2
android-node-v8-1a21524b6908892e2d0a79cbb4241aee78530c09.zip
debugger: fix --debug-brk interaction with -e
The command line flag `--debug-brk` was ignored when the `-e` flag was also present. This change allows the flags to both be honored when they are used in a single command line. PR-URL: https://github.com/nodejs/node/pull/7089 Fixes: https://github.com/nodejs/node/issues/3589 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test/message/vm_display_syntax_error.out')
-rw-r--r--test/message/vm_display_syntax_error.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/message/vm_display_syntax_error.out b/test/message/vm_display_syntax_error.out
index 32d99d5888..a8ee8eea33 100644
--- a/test/message/vm_display_syntax_error.out
+++ b/test/message/vm_display_syntax_error.out
@@ -11,9 +11,9 @@ SyntaxError: Unexpected number
at Module.load (module.js:*)
at tryModuleLoad (module.js:*:*)
at Function.Module._load (module.js:*)
- at Function.Module.runMain (module.js:*)
+ at Module.runMain (module.js:*)
+ at run (node.js:*)
at startup (node.js:*)
- at node.js:*
test.vm:1
var 5;
^
@@ -25,6 +25,6 @@ SyntaxError: Unexpected number
at Module.load (module.js:*)
at tryModuleLoad (module.js:*:*)
at Function.Module._load (module.js:*)
- at Function.Module.runMain (module.js:*)
+ at Module.runMain (module.js:*)
+ at run (node.js:*)
at startup (node.js:*)
- at node.js:*