summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/worker_nested_error.ts.out
diff options
context:
space:
mode:
authorMohammad Sulaiman <mohammad.sulaiman@exalt.ps>2024-09-09 18:07:41 +0300
committerGitHub <noreply@github.com>2024-09-09 11:07:41 -0400
commit582be0adc2b80e532cf92ffbc44c8c8268a51774 (patch)
tree48e5cdb63e524f974b17a3b787559ab0ff42e5c5 /tests/testdata/workers/worker_nested_error.ts.out
parent5126ccb8428c4ccf199d3b30f1cd86ef11009ef7 (diff)
chore: Deprecate worker itests (#25514)
Diffstat (limited to 'tests/testdata/workers/worker_nested_error.ts.out')
-rw-r--r--tests/testdata/workers/worker_nested_error.ts.out9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/workers/worker_nested_error.ts.out b/tests/testdata/workers/worker_nested_error.ts.out
deleted file mode 100644
index 3622acfb3..000000000
--- a/tests/testdata/workers/worker_nested_error.ts.out
+++ /dev/null
@@ -1,9 +0,0 @@
-[WILDCARD]error: Uncaught (in worker "bar") (in promise) Error: foo[WILDCARD]
- throw new Error("foo");
- ^
- at foo ([WILDCARD]/workers/error.ts:[WILDCARD])
- at [WILDCARD]/workers/error.ts:[WILDCARD]
-error: Uncaught (in worker "baz") (in promise) Error: Unhandled error in child worker.
- at Worker.#pollControl [WILDCARD]
-error: Uncaught (in promise) Error: Unhandled error in child worker.
- at Worker.#pollControl [WILDCARD]