fix:修复更新日志无法发送

This commit is contained in:
Zyy955 2023-09-08 10:37:12 +08:00 committed by 时雨◎星空
parent 7185c2f2d4
commit 449314bbc5
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export class update extends plugin {
if (!logAll) return false
logAll = logAll.split('\n')
logAll = logAll.trim().split('\n')
let log = []
for (let str of logAll) {