mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-13 20:04:33 +00:00
This commit is contained in:
@@ -105,7 +105,7 @@ export class PTY {
|
||||
|
||||
write (buffer: Buffer): void {
|
||||
if ((this.pty as any)._writable) {
|
||||
this.pty.write(buffer.toString())
|
||||
this.pty.write(buffer as any)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user