Skip to content

Commit 82f79f2

Browse files
authored
Update import in demo
1 parent 31fcc75 commit 82f79f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { sqlite3InitModuleNode } from '../index.mjs';
1+
import { sqlite3InitModuleNode } from '../node.mjs';
22

33
const log = (...args) => console.log(...args);
44
const error = (...args) => console.error(...args);

0 commit comments

Comments
 (0)