From 05c35d21e3a04b343e14a2b09ef2641feea1b255 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Mon, 9 Jun 2025 01:11:41 +0900 Subject: [PATCH] Fix --- services/batch-scheduler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/batch-scheduler.ts b/services/batch-scheduler.ts index 7cd1a8a..7405dc5 100644 --- a/services/batch-scheduler.ts +++ b/services/batch-scheduler.ts @@ -139,7 +139,6 @@ class BatchScheduler { this.state.isRunning = false; this.state.canForceStop = false; this.currentAbortController = undefined; - await regenerateStartupFiles(); } }