✴️ shellPrefix.ts

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

View File

@@ -26,3 +26,4 @@ export function formatShellPrefixCommand(
return `${quote([prefix])} ${quote([command])}` return `${quote([prefix])} ${quote([command])}`
} }
} }