1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Prevent invalid end watch section warnings

This commit is contained in:
Chocobozzz 2023-05-10 14:23:59 +02:00
parent bc3bd960e3
commit 7815dc450e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 10 additions and 10 deletions

View file

@ -44,7 +44,6 @@ export class ServersCommand extends AbstractCommand {
await copy(origin, join('artifacts', destname))
}
console.log(this.server.parallel)
if (this.server.parallel) {
const promise = saveGithubLogsIfNeeded()