mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Clean up some JS documentation.
FossilOrigin-Name: 925fdbfc6c1f9f06951346bc0d4fb81ffb5797d5f1123728931973f6cb1a0efa
This commit is contained in:
@ -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',{
|
||||
|
Reference in New Issue
Block a user