diff options
Diffstat (limited to 'cli/tests/error_002.ts.out')
-rw-r--r-- | cli/tests/error_002.ts.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/tests/error_002.ts.out b/cli/tests/error_002.ts.out new file mode 100644 index 000000000..292544a33 --- /dev/null +++ b/cli/tests/error_002.ts.out @@ -0,0 +1,9 @@ +[WILDCARD]error: Uncaught Error: exception from mod1 +[WILDCARD]tests/subdir/mod1.ts:16:9 + +16 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 |