summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/error_event.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/error_event.ts.out')
-rw-r--r--cli/tests/testdata/workers/error_event.ts.out13
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/tests/testdata/workers/error_event.ts.out b/cli/tests/testdata/workers/error_event.ts.out
deleted file mode 100644
index 833cca8be..000000000
--- a/cli/tests/testdata/workers/error_event.ts.out
+++ /dev/null
@@ -1,13 +0,0 @@
-error: Uncaught (in worker "") (in promise) Error: foo
- throw new Error("foo");
- ^
- at foo ([WILDCARD]/error.ts:2:9)
- at [WILDCARD]/error.ts:5:1
-{
- message: "Uncaught (in promise) Error: foo",
- filename: "[WILDCARD]/error.ts",
- lineno: 2,
- colno: 9
-}
-error: Uncaught (in promise) Error: Unhandled error in child worker.
- at [WILDCARD]