diff options
Diffstat (limited to 'cli/tests/error_001.ts.out')
-rw-r--r-- | cli/tests/error_001.ts.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/tests/error_001.ts.out b/cli/tests/error_001.ts.out new file mode 100644 index 000000000..3c7e2828e --- /dev/null +++ b/cli/tests/error_001.ts.out @@ -0,0 +1,9 @@ +[WILDCARD]error: Uncaught Error: bad +[WILDCARD]tests/error_001.ts:2:9 + +2 throw Error("bad"); + ^ + + at foo ([WILDCARD]tests/error_001.ts:2:9) + at bar ([WILDCARD]tests/error_001.ts:6:3) + at [WILDCARD]tests/error_001.ts:9:1 |