mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-24 14:47:39 +00:00
Fix AppleScript replacement
This commit is contained in:
parent
2c276fc67c
commit
f9f25141cb
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ struct TerminalLaunchConfig {
|
|||
fullCommand
|
||||
.replacingOccurrences(of: "\\", with: "\\\\")
|
||||
.replacingOccurrences(of: "\"", with: "\\\"")
|
||||
.replacingOccurrences(of: "'", with: "'\\''")
|
||||
}
|
||||
|
||||
var keystrokeEscapedCommand: String {
|
||||
|
|
|
|||
Loading…
Reference in a new issue