mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Work on reading command responses
This commit is contained in:
@@ -59,7 +59,7 @@ func run_CMD_NAME(cmd *cobra.Command, args []string) (err error) {
|
||||
if err == nil {
|
||||
timeout = rt
|
||||
}
|
||||
err = send_rc_command(rc, timeout)
|
||||
err = send_rc_command(rc, timeout, STRING_RESPONSE_IS_ERROR)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user