aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/testing2.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/testing2.js')
-rw-r--r--ext/wasm/testing2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/testing2.js b/ext/wasm/testing2.js
index 7163fe120..5ea48db6b 100644
--- a/ext/wasm/testing2.js
+++ b/ext/wasm/testing2.js
@@ -19,7 +19,7 @@
'use strict';
(function(){
const T = self.SqliteTestUtil;
- const SW = new Worker("sqlite3-worker1.js");
+ const SW = new Worker("jswasm/sqlite3-worker1.js");
const DbState = {
id: undefined
};