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();