summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/worker_async_error.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/workers/worker_async_error.ts.out')
-rw-r--r--tests/testdata/workers/worker_async_error.ts.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testdata/workers/worker_async_error.ts.out b/tests/testdata/workers/worker_async_error.ts.out
new file mode 100644
index 000000000..8d017859c
--- /dev/null
+++ b/tests/testdata/workers/worker_async_error.ts.out
@@ -0,0 +1,7 @@
+error: Uncaught (in worker "foo") (in promise) Error: bar
+ throw new Error("bar");
+ ^
+ at [WILDCARD]/async_error.ts:[WILDCARD]
+ at [WILDCARD]/async_error.ts:[WILDCARD]
+error: Uncaught (in promise) Error: Unhandled error in child worker.
+ at Worker.#pollControl [WILDCARD]