❇️ shellQuote.ts

This commit is contained in:
nirholas
2026-03-31 10:24:11 +00:00
parent 99226f1b5d
commit ac0730e4f2

View File

@@ -302,3 +302,4 @@ export function quote(args: ReadonlyArray<unknown>): string {
throw new Error('Failed to quote shell arguments safely')
}
}