0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/error_002.ts.out

7 lines
229 B
Text
Raw Normal View History

[WILDCARD]error: Uncaught Error: exception from mod1
throw Error("exception from mod1");
^
at throwsError ([WILDCARD]/subdir/mod1.ts:16:9)
at foo ([WILDCARD]/error_002.ts:4:3)
at [WILDCARD]/error_002.ts:7:1