Remove the extra comment line

This commit is contained in:
pagedown 2022-02-23 14:37:45 +08:00
parent 3d7b3f7d72
commit 444a690a86
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -22,7 +22,6 @@ _ksi_main() {
# print a line to STDOUT of parent kitty process # print a line to STDOUT of parent kitty process
builtin local b=$(builtin command base64 <<< "${@}") builtin local b=$(builtin command base64 <<< "${@}")
builtin printf "\eP@kitty-print|%s\e\\" "${b//\\n}" builtin printf "\eP@kitty-print|%s\e\\" "${b//\\n}"
# "
} }
_ksi_safe_source() { _ksi_safe_source() {