From e97eb2e7194490467799659cfecf659f98c74a94 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 25 二月 2023 22:56:19 +0800 Subject: [PATCH] 2023-02-25 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 9d15120..036c51b 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1069,6 +1069,7 @@ let iserror = false let errorMsg = '' result.forEach(res => { + if (iserror) return if (res.status) { errorMsg = res } else { -- Gitblit v1.8.0