fix
This commit is contained in:
parent
bc2a454bd0
commit
08b5c64b3c
|
|
@ -58,3 +58,4 @@ const startMain = () => {
|
||||||
return worker;
|
return worker;
|
||||||
};
|
};
|
||||||
main.process = startMain();
|
main.process = startMain();
|
||||||
|
setTimeout(() => new Promise(() => 0), 0);
|
||||||
Loading…
Reference in New Issue