diff options
Diffstat (limited to 'ext/wasm/testing-worker1-promiser.js')
-rw-r--r-- | ext/wasm/testing-worker1-promiser.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/wasm/testing-worker1-promiser.js b/ext/wasm/testing-worker1-promiser.js index 4cc654788..a6cbd7910 100644 --- a/ext/wasm/testing-worker1-promiser.js +++ b/ext/wasm/testing-worker1-promiser.js @@ -145,10 +145,6 @@ mustNotReach ).catch((e)=>{ warn("Intentional error:",e); - // Why does the browser report console.error "Uncaught (in - // promise)" when we catch(), and does so _twice_ if we don't - // catch()? According to all docs, that error must be supressed - // if we explicitly catch(). }); await wtest('exec',{ |