diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-10-01 10:30:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-01 11:30:55 +0200 |
| commit | b354eaa2475a16f66e99efc82bebf5bd620406e4 (patch) | |
| tree | aa8d15ba548032e44834bb736b1d32882bf60688 /cli/tests/testdata/workers/worker_error.ts.out | |
| parent | c0b6c0eea59f0bea0ab12b2949a7c37c1a774293 (diff) | |
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Diffstat (limited to 'cli/tests/testdata/workers/worker_error.ts.out')
| -rw-r--r-- | cli/tests/testdata/workers/worker_error.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/workers/worker_error.ts.out b/cli/tests/testdata/workers/worker_error.ts.out index 4a8e92f00..cb0a02550 100644 --- a/cli/tests/testdata/workers/worker_error.ts.out +++ b/cli/tests/testdata/workers/worker_error.ts.out @@ -1,5 +1,5 @@ [WILDCARD]error: Uncaught (in worker "bar") Error: foo[WILDCARD] at foo ([WILDCARD]) at [WILDCARD] -error: Uncaught (in promise) Error: Unhandled error event reached main worker. +error: Uncaught (in promise) Error: Unhandled error event in child worker. at Worker.#pollControl ([WILDCARD]) |
