X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fprint-transcode-command.ts;h=f6c96790eacb7cf855291b954ee52d523f4647ee;hb=de779034cdfc26282b614f2e825b34cc1f1bbb2c;hp=f3b169b32e95c85f078bbe4a478d26d9e4952bde;hpb=529b37527cff5203a0689a15ce73dcee6e1eece2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/print-transcode-command.ts b/scripts/print-transcode-command.ts index f3b169b32..f6c96790e 100644 --- a/scripts/print-transcode-command.ts +++ b/scripts/print-transcode-command.ts @@ -48,5 +48,5 @@ async function run (path: string, cmd: any) { exit() }) - await runCommand(command) + await runCommand({ command }) }