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

Remove unnecessary transcoding job error

This commit is contained in:
Chocobozzz 2021-03-03 10:23:05 +01:00
parent dcd75f786c
commit cd2c3dcdc4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 13 additions and 6 deletions

View file

@ -48,5 +48,5 @@ async function run (path: string, cmd: any) {
exit()
})
await runCommand(command)
await runCommand({ command })
}