mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
bbdbef9274
Some error messages have changed and the --debugger flag does not exist in V8 anymore. PR-URL: https://github.com/nodejs/node/pull/3351 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
beginning
|
|
|
|
test.vm:1
|
|
var 5;
|
|
^
|
|
SyntaxError: Unexpected number
|
|
at Object.exports.runInThisContext (vm.js:*)
|
|
at Object.<anonymous> (*test*message*vm_display_syntax_error.js:*)
|
|
at Module._compile (module.js:*)
|
|
at Object.Module._extensions..js (module.js:*)
|
|
at Module.load (module.js:*)
|
|
at Function.Module._load (module.js:*)
|
|
at Function.Module.runMain (module.js:*)
|
|
at startup (node.js:*)
|
|
at node.js:*
|