mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
11 lines
518 B
Text
11 lines
518 B
Text
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
|