From 67bca051d9059cf5ba5ee5be98f962c8175ea6b6 Mon Sep 17 00:00:00 2001 From: lana-k Date: Fri, 9 Oct 2020 22:16:26 +0200 Subject: [PATCH] fix path to worker --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 3f33c6d..e758faa 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -8,7 +8,7 @@ export default new Vuex.Store({ schema: null, dbFile: null, dbName: null, - worker: new Worker('/js/worker.sql-wasm.js'), + worker: new Worker('js/worker.sql-wasm.js'), tabs: [], currentTab: null, currentTabId: null,