blob: 0f97e9703668eafc705b4ac24d62a5935f53ed17 (
plain)
1
2
3
4
5
6
7
|
error: Uncaught (in worker "foo") Error: bar
throw new Error("bar");
^
at onmessage ([WILDCARD]/message_handler_error.ts:[WILDCARD])
at [WILDCARD]
error: Uncaught (in promise) Error: Unhandled error in child worker.
at Worker.#pollControl [WILDCARD]
|