summaryrefslogtreecommitdiff
path: root/js/test/Common/Worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Common/Worker.js')
-rw-r--r--js/test/Common/Worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/Worker.js b/js/test/Common/Worker.js
index 25d761c0a1a..952f9e45484 100644
--- a/js/test/Common/Worker.js
+++ b/js/test/Common/Worker.js
@@ -34,7 +34,7 @@ self.onmessage = function(e)
self.importScripts("/node_modules/babel-polyfill/dist/polyfill.js");
self.importScripts("/node_modules/regenerator-runtime/runtime.js");
self.importScripts("/lib/es5/Ice.js");
- self.importScripts("/test/Common/es5/Controller.js");
+ self.importScripts("/test/es5/Common/Controller.js");
}
else
{