diff options
author | stephan <stephan@noemail.net> | 2022-08-13 13:56:00 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-08-13 13:56:00 +0000 |
commit | 9a4c63b0fc85a019d3183abbd7939b081f45d025 (patch) | |
tree | c99980c7709d23ac40373a422066b1a1eaf9a3aa /ext/wasm/testing2.js | |
parent | 90218aec7a0991199b3e06faf723dd482bf970f6 (diff) | |
download | sqlite-9a4c63b0fc85a019d3183abbd7939b081f45d025.tar.gz sqlite-9a4c63b0fc85a019d3183abbd7939b081f45d025.zip |
Cleanups in the wasmfs/opfs integration but disable it in order to get the build into a known-working state before continuing with experimentation.
FossilOrigin-Name: 41045be752a5bd7966849638f3ca56f4905308df70f79f2cb6196ca7dce9d525
Diffstat (limited to 'ext/wasm/testing2.js')
-rw-r--r-- | ext/wasm/testing2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/testing2.js b/ext/wasm/testing2.js index 3a279513f..f6792955f 100644 --- a/ext/wasm/testing2.js +++ b/ext/wasm/testing2.js @@ -20,7 +20,7 @@ id: undefined }; const eOutput = document.querySelector('#test-output'); - const log = console.log.bind(console) + const log = console.log.bind(console); const logHtml = function(cssClass,...args){ log.apply(this, args); const ln = document.createElement('div'); |