diff --git a/src/main.ts b/src/main.ts index 0408c56..026007b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,8 +18,9 @@ export default class MyPlugin extends Plugin { await this.loadSettings(); console.log(import.meta); - // This creates an icon in the left ribbon. await this.initSqlite(); + await this.start(); + (window as any).sqlite3Promiser = this.promiser; } onunload() { @@ -63,7 +64,6 @@ export default class MyPlugin extends Plugin { worker: () => w, }); }); - await this.start(); } async start() {