diff options
author | stephan <stephan@noemail.net> | 2023-07-20 23:25:32 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-20 23:25:32 +0000 |
commit | 35325a37ce6dcf4b68110d39765fd441e0829ddf (patch) | |
tree | 43831bfc2b07076d6ec34aea666423cf64c657e0 /ext/wasm/api/extern-post-js.c-pp.js | |
parent | 0b518b8d656f8e76855fd010aa2ff72eeedc1f4c (diff) | |
download | sqlite-35325a37ce6dcf4b68110d39765fd441e0829ddf.tar.gz sqlite-35325a37ce6dcf4b68110d39765fd441e0829ddf.zip |
Minor internal cleanups in JS code.
FossilOrigin-Name: 21a2ca9fc46bf746874579897872e2a45cb07f278abb670dd22b122f7d6a9a6c
Diffstat (limited to 'ext/wasm/api/extern-post-js.c-pp.js')
-rw-r--r-- | ext/wasm/api/extern-post-js.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/extern-post-js.c-pp.js b/ext/wasm/api/extern-post-js.c-pp.js index bd5225d11..fac00370d 100644 --- a/ext/wasm/api/extern-post-js.c-pp.js +++ b/ext/wasm/api/extern-post-js.c-pp.js @@ -59,7 +59,7 @@ const toExportForESM = initModuleState.sqlite3Dir = li.join('/') + '/'; } - globalThis.sqlite3InitModule = async function ff(...args){ + globalThis.sqlite3InitModule = function ff(...args){ //console.warn("Using replaced sqlite3InitModule()",globalThis.location); return originalInit(...args).then((EmscriptenModule)=>{ if('undefined'!==typeof WorkerGlobalScope && |