fix:修复更新日志无法发送
This commit is contained in:
parent
7185c2f2d4
commit
449314bbc5
|
@ -204,7 +204,7 @@ export class update extends plugin {
|
||||||
|
|
||||||
if (!logAll) return false
|
if (!logAll) return false
|
||||||
|
|
||||||
logAll = logAll.split('\n')
|
logAll = logAll.trim().split('\n')
|
||||||
|
|
||||||
let log = []
|
let log = []
|
||||||
for (let str of logAll) {
|
for (let str of logAll) {
|
||||||
|
|
Loading…
Reference in New Issue