diff options
author | stephan <stephan@noemail.net> | 2023-07-19 08:18:25 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-19 08:18:25 +0000 |
commit | 780bc4c557ac61294c32170b093e6463ce2fefa5 (patch) | |
tree | 6c6f44c8ed35fdb7e92e72e23133b2e93a31263e /ext/wasm/api/sqlite3-v-helper.js | |
parent | aed5abcc0fcef79627966ceebb631952f29a1006 (diff) | |
download | sqlite-780bc4c557ac61294c32170b093e6463ce2fefa5.tar.gz sqlite-780bc4c557ac61294c32170b093e6463ce2fefa5.zip |
Internal refactoring in opfs-sahpool. Move OPFS tests to the end of tester1.c-cpp.js.
FossilOrigin-Name: 6bd5a7413dd830ca41b587a2826fb599a2196fb0186646a2333500f950b3cf4d
Diffstat (limited to 'ext/wasm/api/sqlite3-v-helper.js')
-rw-r--r-- | ext/wasm/api/sqlite3-v-helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-v-helper.js b/ext/wasm/api/sqlite3-v-helper.js index cc9747aa5..8ae1172cf 100644 --- a/ext/wasm/api/sqlite3-v-helper.js +++ b/ext/wasm/api/sqlite3-v-helper.js @@ -100,7 +100,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ ACHTUNG: because we cannot generically know how to transform JS exceptions into result codes, the installed functions do no - automatic catching of exceptions. It is critical, to avoid + automatic catching of exceptions. It is critical, to avoid undefined behavior in the C layer, that methods mapped via this function do not throw. The exception, as it were, to that rule is... |