mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-08 21:25:32 +02:00
...
This commit is contained in:
@@ -219,7 +219,7 @@ func RunCommandRestoringTerminalToSaneStateAfter(cmd []string) {
|
|||||||
}
|
}
|
||||||
func() {
|
func() {
|
||||||
if err = c.Start(); err != nil {
|
if err = c.Start(); err != nil {
|
||||||
fmt.Fprintln(os.Stderr, cmd[0], "failed with error:", err)
|
fmt.Fprintln(os.Stderr, cmd[0], "failed to start with error:", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
signal.Ignore(os.Interrupt)
|
signal.Ignore(os.Interrupt)
|
||||||
|
|||||||
Reference in New Issue
Block a user