chore: code formatting

This commit is contained in:
github-actions[bot]
2023-03-13 04:39:48 +00:00
parent 522b7e74b1
commit 78709320de
16 changed files with 47 additions and 32 deletions

View File

@@ -138,7 +138,8 @@
console.warn(`${plugin}: no data yet, retrying in ${interval} seconds`)
await new Promise(solve => setTimeout(solve, interval * 1000))
}
} while (--attempts)
}
while (--attempts)
completed++
this.progress = completed / (data.plugins.length + 1)
this.loaded.push(plugin)