From 9394bafa8e4c20ebf8fa12a740d19b4edc8497c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 12 Aug 2024 20:46:28 +0800 Subject: [PATCH] fix --- src/shell/napcat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index d0b0611b..7e2a4036 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -175,7 +175,6 @@ export async function NCoreInitShell() { .then(result => { if (result.loginErrorInfo.errMsg) { logger.logError('快速登录错误:', result.loginErrorInfo.errMsg); - reject(); } }) .catch();