mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-18 14:04:17 +08: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 {
|
||||
if (this.shell) {
|
||||
this.shell.write(data.toString())
|
||||
this.shell.write(data)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user