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