js:自动狗粮pro修复问题 (#1161)

尝试修复好感战斗超时时程序异常终止的问题
This commit is contained in:
mno
2025-06-21 22:05:08 +08:00
committed by GitHub
parent 74c0dff187
commit d5e2faeafd
3 changed files with 4 additions and 3 deletions

View File

@@ -903,7 +903,6 @@ async function waitForBattleResult(timeout = 2 * 60 * 1000, enemyType = "盗宝
log.warn("在超时时间内未检测到战斗结果");
cts.cancel(); // 取消任务
throw new Error("战斗超时,未检测到结果");
}
/**