mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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
|
fullCommand
|
||||||
.replacingOccurrences(of: "\\", with: "\\\\")
|
.replacingOccurrences(of: "\\", with: "\\\\")
|
||||||
.replacingOccurrences(of: "\"", with: "\\\"")
|
.replacingOccurrences(of: "\"", with: "\\\"")
|
||||||
.replacingOccurrences(of: "'", with: "'\\''")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var keystrokeEscapedCommand: String {
|
var keystrokeEscapedCommand: String {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue