feat(scripts): add another runTasks immediately after setup
This commit is contained in:
parent
23f4872a02
commit
5d1e9af6ac
@ -171,6 +171,7 @@ dispatch(
|
||||
selectorsFromCache = matches;
|
||||
dispatch({ type: "ENABLE_ICON" });
|
||||
await Promise.all([setupClasses, setupSelectors]);
|
||||
await runTasks();
|
||||
setInterval(runTasks, 500);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user