Skip to content

Commit 400358a

Browse files
committed
README
1 parent 26928b5 commit 400358a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ const error = (...args) => console.error(...args);
6969
filename: 'file:mydb.sqlite3?vfs=opfs',
7070
});
7171
const { dbId } = response;
72-
logHtml(
73-
'',
72+
log(
7473
'OPFS is available, created persisted database at',
7574
response.result.filename.replace(/^file:(.*?)\?vfs=opfs/, '$1'),
7675
);

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.44.0-build4",
3+
"version": "3.44.0-build5",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",

0 commit comments

Comments
 (0)