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