diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-03 10:23:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-03 10:23:05 +0100 |
commit | cd2c3dcdc4a626a8a185b359cc40b53c8e8e0e7e (patch) | |
tree | ffba9b24c4a677f5199c31be7d2185eadcbaae00 /scripts/print-transcode-command.ts | |
parent | dcd75f786c42b4cc2049b17d535b3de3b7702fbc (diff) | |
download | PeerTube-cd2c3dcdc4a626a8a185b359cc40b53c8e8e0e7e.tar.gz PeerTube-cd2c3dcdc4a626a8a185b359cc40b53c8e8e0e7e.tar.zst PeerTube-cd2c3dcdc4a626a8a185b359cc40b53c8e8e0e7e.zip |
Remove unnecessary transcoding job error
Diffstat (limited to 'scripts/print-transcode-command.ts')
-rw-r--r-- | scripts/print-transcode-command.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
48 | exit() | 48 | exit() |
49 | }) | 49 | }) |
50 | 50 | ||
51 | await runCommand(command) | 51 | await runCommand({ command }) |
52 | } | 52 | } |