diff --git a/src/utils/bash/shellQuote.ts b/src/utils/bash/shellQuote.ts index 771f129..0daee49 100644 --- a/src/utils/bash/shellQuote.ts +++ b/src/utils/bash/shellQuote.ts @@ -302,3 +302,4 @@ export function quote(args: ReadonlyArray): string { throw new Error('Failed to quote shell arguments safely') } } +