fix: rm log error

This commit is contained in:
手瓜一十雪
2024-08-11 17:53:15 +08:00
parent 412b8473fe
commit 32c3aa7979
6 changed files with 7 additions and 6 deletions

View File

@@ -109,6 +109,7 @@ export async function NCoreInitShell() {
const qrcodePath = path.join(dataPath, 'qrcode.png');
qrcode.generate(qrcodeUrl, { small: true }, (res) => {
logger.logWarn([
'\n',
res,
'二维码解码URL: ' + qrcodeUrl,
'如果控制台二维码无法扫码可以复制解码url到二维码生成网站生成二维码再扫码也可以打开下方的二维码路径图片进行扫码。',