summaryrefslogtreecommitdiff
path: root/cli/tests/async_error.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/async_error.ts.out')
-rw-r--r--cli/tests/async_error.ts.out11
1 files changed, 11 insertions, 0 deletions
diff --git a/cli/tests/async_error.ts.out b/cli/tests/async_error.ts.out
new file mode 100644
index 000000000..d07ba8cfe
--- /dev/null
+++ b/cli/tests/async_error.ts.out
@@ -0,0 +1,11 @@
+[WILDCARD]hello
+before error
+world
+error: Uncaught Error: error
+[WILDCARD]tests/async_error.ts:4:9
+
+4 throw Error("error");
+ ^
+
+ at foo ([WILDCARD]tests/async_error.ts:4:9)
+ at [WILDCARD]tests/async_error.ts:7:1