• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1beginning
2test.vm:1
3throw new Error("boo!")
4^
5
6Error: boo!
7    at test.vm:1:7
8    at Script.runInThisContext (node:vm:*)
9    at Object.runInThisContext (node:vm:*)
10    at Object.<anonymous> (*fixtures*vm*vm_display_runtime_error.js:31:6)
11test.vm:1
12throw new Error("spooky!")
13^
14
15Error: spooky!
16    at test.vm:1:7
17    at Script.runInThisContext (node:vm:*)
18    at Object.runInThisContext (node:vm:*)
19    at Object.<anonymous> (*fixtures*vm*vm_display_runtime_error.js:36:4)
20
21Node.js *
22