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/nonexistent_worker.out | |
| parent | c0b6c0eea59f0bea0ab12b2949a7c37c1a774293 (diff) | |
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Diffstat (limited to 'cli/tests/testdata/workers/nonexistent_worker.out')
| -rw-r--r-- | cli/tests/testdata/workers/nonexistent_worker.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/workers/nonexistent_worker.out b/cli/tests/testdata/workers/nonexistent_worker.out index 1651321bc..99e94bfc9 100644 --- a/cli/tests/testdata/workers/nonexistent_worker.out +++ b/cli/tests/testdata/workers/nonexistent_worker.out @@ -1,3 +1,3 @@ [WILDCARD]error: Uncaught (in worker "") Cannot resolve module "file:///[WILDCARD]/workers/doesnt_exist.js". -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]) |
