fix: fixing main thread lock

This commit is contained in:
Hydra 2024-05-03 23:00:53 +01:00
parent 1eb963679e
commit e1955e11f5
No known key found for this signature in database
8 changed files with 1132 additions and 1107 deletions

View file

@ -20,6 +20,7 @@ export const startProcessWatcher = async () => {
});
if (games.length === 0) {
await sleep(sleepTime);
continue;
}