This commit is contained in:
Rizky 2024-08-15 21:15:19 +07:00
parent bc2a454bd0
commit 08b5c64b3c
1 changed files with 1 additions and 0 deletions

View File

@ -58,3 +58,4 @@ const startMain = () => {
return worker; return worker;
}; };
main.process = startMain(); main.process = startMain();
setTimeout(() => new Promise(() => 0), 0);