0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-09 15:42:18 -05:00
denoland-deno/tests/error_002.ts.out

12 lines
518 B
Text
Raw Normal View History

2018-08-10 10:38:57 -07:00
Error: exception from mod1
at Object.throwsError (file://[WILDCARD]tests/subdir/mod1.ts:16:9)
at foo (file://[WILDCARD]tests/error_002.ts:4:3)
at eval (file://[WILDCARD]tests/error_002.ts:7:1)
at localDefine (deno/js/runtime.ts:[WILDCARD])
at eval ([WILDCARD]tests/error_002.ts, <anonymous>)
at eval (<anonymous>)
at execute (deno/js/runtime.ts:[WILDCARD])
at FileModule.compileAndRun (deno/js/runtime.ts:[WILDCARD])
at denoMain (deno/js/main.ts:[WILDCARD])
at deno_main.js:1:1