diff options
author | stephan <stephan@noemail.net> | 2022-10-19 07:34:36 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-19 07:34:36 +0000 |
commit | fd31ae3bf9a2093ae5f29a1d70226bd46baceb1a (patch) | |
tree | b6bba52c15e3cc8d6cfb7373ada9afb17d7b23d3 /ext/wasm/api/sqlite3-worker1-promiser.js | |
parent | 9dc4d5e6b44c2491b291a9b1b7d6d6be78f33364 (diff) | |
download | sqlite-fd31ae3bf9a2093ae5f29a1d70226bd46baceb1a.tar.gz sqlite-fd31ae3bf9a2093ae5f29a1d70226bd46baceb1a.zip |
Rename several demo/test files and include more of them in the end-user dist archive.
FossilOrigin-Name: 9c85835f6f50eb3b1a2b89c817816335743f04440c48bfa05aa89ec519cc0d51
Diffstat (limited to 'ext/wasm/api/sqlite3-worker1-promiser.js')
-rw-r--r-- | ext/wasm/api/sqlite3-worker1-promiser.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wasm/api/sqlite3-worker1-promiser.js b/ext/wasm/api/sqlite3-worker1-promiser.js index a77b0126d..7360512d4 100644 --- a/ext/wasm/api/sqlite3-worker1-promiser.js +++ b/ext/wasm/api/sqlite3-worker1-promiser.js @@ -70,8 +70,8 @@ message. The second expects an object in the form {type:..., args:...} plus any other properties the client cares to set. This function will always set the `messageId` property on the object, - even if it's already set, and will set the `dbId` property to - `config.dbId` if it is _not_ set in the message object. + even if it's already set, and will set the `dbId` property to the + current database ID if it is _not_ set in the message object. The function throws on error. |