From c73b50bd4a425a7945880de39a8fa5a28ebaf1f8 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:28:25 +0800 Subject: [PATCH] fix --- src/shell/napcat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 321bea20..d0b0611b 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -178,7 +178,7 @@ export async function NCoreInitShell() { reject(); } }) - .catch(e => reject(e)); + .catch(); }, 1000); } else { logger.log('没有 -q 指令指定快速登录,或未曾登录过这个 QQ,将使用二维码登录方式');