We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93115c4 commit 84b20e6Copy full SHA for 84b20e6
1 file changed
libreblog/worker.js
@@ -1,5 +1,6 @@
1
const startSqlite3 = async function(messageId, callback) {
2
const {default: sqlite3InitModule} = await import ("../dependencies/sqlite3/sqlite3.mjs");
3
+ self.sqlite3InitModule = sqlite3InitModule;
4
try {
5
self.sqlite3InitModule({
6
print: self.console.log,
0 commit comments