From cd2c3dcdc4a626a8a185b359cc40b53c8e8e0e7e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Mar 2021 10:23:05 +0100 Subject: Remove unnecessary transcoding job error --- scripts/print-transcode-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 }) } -- cgit v1.2.3