• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1beginning
2middle
3test.vm:1
4throw new Error("boo!")
5^
6
7Error: boo!
8    at test.vm:1:7
9    at Script.runInThisContext (vm.js:*)
10    at Object.runInThisContext (vm.js:*)
11    at Object.<anonymous> (*test*message*vm_dont_display_runtime_error.js:*)
12    at Module._compile (internal/modules/cjs/loader.js:*)
13    at Object.Module._extensions..js (internal/modules/cjs/loader.js:*)
14    at Module.load (internal/modules/cjs/loader.js:*)
15    at Function.Module._load (internal/modules/cjs/loader.js:*)
16    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*)
17    at internal/main/run_main_module.js:*:*
18