• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1beginning
2foo.vm:1
3var 4;
4    ^
5
6SyntaxError: Unexpected number
7    at new Script (node:vm:*)
8    at createScript (node:vm:*)
9    at Object.runInThisContext (node:vm:*)
10    at Object.<anonymous> (*fixtures*vm*vm_display_syntax_error.js:31:6)
11test.vm:1
12var 5;
13    ^
14
15SyntaxError: Unexpected number
16    at new Script (node:vm:*)
17    at createScript (node:vm:*)
18    at Object.runInThisContext (node:vm:*)
19    at Object.<anonymous> (*fixtures*vm*vm_display_syntax_error.js:36:4)
20
21Node.js *
22