fix: 短暂等待以抛出取消任务的异常

This commit is contained in:
秋云
2025-05-23 21:36:54 +08:00
parent 21644e8f0f
commit 9ecadcef67

View File

@@ -505,6 +505,7 @@
}
await run_file(path_msg, time_out_throw, time_out_whole, is_con, block_gcm, block_fight, block_tsurumi, auto_skip);
await sleep(100);
} catch (error) {
const file_name = `${path_msg["area"]}-${path_msg["type"]}-${path_msg["detail"]}`;
log.info(`路径: ${file_name} 执行时出错,已跳过...\n错误信息: ${error}`)