deno/cli/tests/error_002.ts.out

7 lines
244 B
Plaintext
Raw Normal View History

2019-06-20 02:07:01 +00:00
[WILDCARD]error: Uncaught Error: exception from mod1
throw Error("exception from mod1");
^
at throwsError ([WILDCARD]tests/subdir/mod1.ts:16:9)
at foo ([WILDCARD]tests/error_002.ts:4:3)
at [WILDCARD]tests/error_002.ts:7:1