From 860f14178295b99765338a92ce2194823cc38375 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 27 Feb 2025 13:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/package/public.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/package/public.ts b/src/utils/package/public.ts index d680a73..48ffd91 100644 --- a/src/utils/package/public.ts +++ b/src/utils/package/public.ts @@ -105,6 +105,8 @@ export const isVersion = (callBack: Function) => { callBack(false) } }) + } else { + callBack(false) } }).catch(() => { callBack(false)