mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
lint
This commit is contained in:
@@ -105,9 +105,9 @@ export class SerialSession extends BaseSession {
|
||||
this.executeUnconditionalScripts()
|
||||
}
|
||||
|
||||
write (data: string): void {
|
||||
write (data: Buffer): void {
|
||||
if (this.serial) {
|
||||
this.serial.write(data)
|
||||
this.serial.write(data.toString())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user