This commit is contained in:
Kovid Goyal
2024-05-22 17:25:37 +05:30
parent 3f6b1a9d81
commit 044782ee13
+1 -1
View File
@@ -219,7 +219,7 @@ func RunCommandRestoringTerminalToSaneStateAfter(cmd []string) {
}
func() {
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
}
signal.Ignore(os.Interrupt)