fix: 错误计数

This commit is contained in:
秋云
2025-05-02 22:19:50 +08:00
parent 6c95e86af3
commit c6546e8237

View File

@@ -127,8 +127,6 @@ async function runLeyLineChallenges(config, settings) {
handleNoStrategyFound(); handleNoStrategyFound();
return; return;
} }
currentRunTimes++;
} }
} }