feat(scripts): add another runTasks immediately after setup

This commit is contained in:
wanhose 2021-10-05 09:06:13 +02:00
parent 23f4872a02
commit 5d1e9af6ac

View File

@ -171,6 +171,7 @@ dispatch(
selectorsFromCache = matches;
dispatch({ type: "ENABLE_ICON" });
await Promise.all([setupClasses, setupSelectors]);
await runTasks();
setInterval(runTasks, 500);
}
}