diff --git a/src/core/worker.js b/src/core/worker.js index 5ed1400d5..82297eca0 100644 --- a/src/core/worker.js +++ b/src/core/worker.js @@ -929,9 +929,6 @@ class WorkerMessageHandler { return; // ignoring errors from the terminated thread } sink.error(reason); - - // TODO: Should `reason` be re-thrown here (currently that casues - // "Uncaught exception: ..." messages in the console)? } ) .finally(() => { @@ -974,9 +971,6 @@ class WorkerMessageHandler { return; // ignoring errors from the terminated thread } sink.error(reason); - - // TODO: Should `reason` be re-thrown here (currently that casues - // "Uncaught exception: ..." messages in the console)? } ) .finally(() => {