🌾 terminalLauncher.ts

This commit is contained in:
nirholas
2026-03-31 10:24:15 +00:00
parent 8e9c1256f5
commit ab52e997f8

View File

@@ -555,3 +555,4 @@ function cmdQuote(arg: string): string {
const escaped = stripped.replace(/(\\+)$/, '$1$1')
return `"${escaped}"`
}