mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -178,7 +178,7 @@ export async function NCoreInitShell() {
|
|||||||
reject();
|
reject();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(e => reject(e));
|
.catch();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
logger.log('没有 -q 指令指定快速登录,或未曾登录过这个 QQ,将使用二维码登录方式');
|
logger.log('没有 -q 指令指定快速登录,或未曾登录过这个 QQ,将使用二维码登录方式');
|
||||||
|
Reference in New Issue
Block a user