Changed worker url
This commit is contained in:
parent
4b44313582
commit
d657526008
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const checkWebWorker = (key, worker) => {
|
||||||
const getWebWorker = () => {
|
const getWebWorker = () => {
|
||||||
let w;
|
let w;
|
||||||
if (typeof w === 'undefined') {
|
if (typeof w === 'undefined') {
|
||||||
w = new Worker('/Vytal/worker.js');
|
w = new Worker('worker.js');
|
||||||
}
|
}
|
||||||
return w;
|
return w;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue