1beginning 2foo.vm:1 3var 4; 4 ^ 5SyntaxError: Unexpected number 6 at new Script (vm.js:*) 7 at createScript (vm.js:*) 8 at Object.runInThisContext (vm.js:*) 9 at Object.<anonymous> (*test*message*vm_display_syntax_error.js:*) 10 at Module._compile (internal/modules/cjs/loader.js:*) 11 at Object.Module._extensions..js (internal/modules/cjs/loader.js:*) 12 at Module.load (internal/modules/cjs/loader.js:*) 13 at Function.Module._load (internal/modules/cjs/loader.js:*) 14 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*) 15 at internal/main/run_main_module.js:*:* 16test.vm:1 17var 5; 18 ^ 19SyntaxError: Unexpected number 20 at new Script (vm.js:*) 21 at createScript (vm.js:*) 22 at Object.runInThisContext (vm.js:*) 23 at Object.<anonymous> (*test*message*vm_display_syntax_error.js:*) 24 at Module._compile (internal/modules/cjs/loader.js:*) 25 at Object.Module._extensions..js (internal/modules/cjs/loader.js:*) 26 at Module.load (internal/modules/cjs/loader.js:*) 27 at Function.Module._load (internal/modules/cjs/loader.js:*) 28 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*) 29 at internal/main/run_main_module.js:*:* 30