Apply workaround for earlyExit

This commit is contained in:
Tatyana Kostromskaya 2024-01-10 15:36:58 +00:00
parent 3185ecfd61
commit 01229828ff
8 changed files with 192 additions and 144 deletions

View file

@ -1,10 +1,3 @@
import saveImpl from "./saveImpl";
import { StateProvider } from "./stateProvider";
import { saveRun } from "./saveImpl";
async function run(): Promise<void> {
await saveImpl(new StateProvider());
}
run();
export default run;
saveRun(true);