diff options
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 | } |