Fix a typo in _ksi_debug_print
This commit is contained in:
parent
a6b74f190f
commit
4decac26f6
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ builtin typeset -gi _ksi_state
|
|||
# Asks kitty to print $@ to its stdout. This is for debugging.
|
||||
_ksi_debug_print() {
|
||||
builtin local data
|
||||
data=$(command base64 <<<"${(j: :}@}") || builtin return
|
||||
data=$(command base64 <<<"${(j: :)@}") || builtin return
|
||||
builtin printf '\eP@kitty-print|%s\e\\' "${data//$'\n'}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue