diff options
author | stephan <stephan@noemail.net> | 2022-09-15 02:27:48 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-15 02:27:48 +0000 |
commit | 409505c74361a5a3c49171f2eb194a3b7a1ef10c (patch) | |
tree | a4dd808b32e5dd126a9b0fb9bd96801187587690 /ext/wasm/testing-worker1-promiser.js | |
parent | 5b9150079606c31741572ef2aca5e39e8f7f9b56 (diff) | |
download | sqlite-409505c74361a5a3c49171f2eb194a3b7a1ef10c.tar.gz sqlite-409505c74361a5a3c49171f2eb194a3b7a1ef10c.zip |
Clean up some JS documentation.
FossilOrigin-Name: 925fdbfc6c1f9f06951346bc0d4fb81ffb5797d5f1123728931973f6cb1a0efa
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',{ |