diff --git a/src/app.ts b/src/app.ts index 299bed5..890c3d3 100644 --- a/src/app.ts +++ b/src/app.ts @@ -562,6 +562,11 @@ export class App { for (const battle of workQueue) { await step(battle); } + } else { + onStep?.({ + current: 1, + total: 1, + }); } return exported;