DCS @ kitty-print should be output to STDERR

This commit is contained in:
pagedown
2022-03-07 20:49:18 +08:00
parent 0b2837fcfa
commit b4b0bdc853
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ typeset -gi _ksi_fd
}
} 2>/dev/null || (( _ksi_fd = 1 ))
# Asks kitty to print $@ to its STDOUT. This is for debugging.
# Asks kitty to print $@ to its STDERR. This is for debugging.
_ksi_debug_print() {
builtin local data
data=$(builtin command base64 <<<"${(j: :)@}") || builtin return