mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 00:09:54 +00:00
fixed zmodem encoding (fixes #2352)
This commit is contained in:
parent
f69942a3a3
commit
f8645df60c
@ -302,7 +302,7 @@ export class SSHSession extends BaseSession {
|
|||||||
|
|
||||||
write (data: Buffer): void {
|
write (data: Buffer): void {
|
||||||
if (this.shell) {
|
if (this.shell) {
|
||||||
this.shell.write(data.toString())
|
this.shell.write(data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user