diff options
Diffstat (limited to 'cli/tests/testdata/run/error_002.ts.out')
| -rw-r--r-- | cli/tests/testdata/run/error_002.ts.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/error_002.ts.out b/cli/tests/testdata/run/error_002.ts.out new file mode 100644 index 000000000..96b9e602a --- /dev/null +++ b/cli/tests/testdata/run/error_002.ts.out @@ -0,0 +1,6 @@ +[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 |
