fix: 二维码显示

This commit is contained in:
手瓜一十雪
2024-06-04 12:37:35 +08:00
parent a18742d761
commit 3c4a131153
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ function formatMsg(msg: any[]) {
}
logMsg += msgItem + ' ';
}
return logMsg.trim();
return logMsg;
}
// eslint-disable-next-line no-control-regex