diff --git a/plugins/other/update.js b/plugins/other/update.js index 12804e3..4182fcc 100644 --- a/plugins/other/update.js +++ b/plugins/other/update.js @@ -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) {