From ecdbe25a26bddd25cc9b3b8c2e5873836a78cab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Sun, 18 May 2025 11:33:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=86=E5=88=AB=E5=88=B0"=E5=9C=B0?= =?UTF-8?q?=E8=84=89=E4=B9=8B=E8=8A=B1"=E6=97=B6=EF=BC=8C=E7=BB=88?= =?UTF-8?q?=E6=AD=A2=E5=87=BD=E6=95=B0=E7=9A=84=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoLeyLineOutcrop/main.js | 1 + 1 file changed, 1 insertion(+) 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}`); }