chore: fix

This commit is contained in:
手瓜一十雪
2024-08-10 21:47:58 +08:00
parent ffd1079a70
commit acb5dc80b3
4 changed files with 17 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ async function NCInit() {
await NCoreInitFramework(wrapperSession, wrapperLoginService, registerInitCallback);
//console.log("[NapCat] [Info] NapCat初始化完成");
} catch (error) {
console.error('[NapCat] [Error] 初始化NapCat失败', error);
console.log('[NapCat] [Error] 初始化NapCat失败', error);
}
}