diff --git a/repo/js/AutoLeyLineOutcrop/main.js b/repo/js/AutoLeyLineOutcrop/main.js index 506d2d56..04cc20d4 100644 --- a/repo/js/AutoLeyLineOutcrop/main.js +++ b/repo/js/AutoLeyLineOutcrop/main.js @@ -813,6 +813,7 @@ async function processLeyLineOutcrop(timeout, targetPath, retries = 0) { try { await pathingScript.runFile(targetPath); await processLeyLineOutcrop(timeout, targetPath, retries + 1); + return; } catch (error) { throw new Error(`未识别到地脉花: ${error.message}`); }