mirror of
https://github.com/Eugeny/tabby
synced 2024-12-04 18:40:16 +00:00
lint
This commit is contained in:
parent
b710c1711f
commit
a22f9a8b43
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export class SerialTabComponent extends BaseTerminalTabComponent<SerialProfile>
|
|||
name: x.toString(), result: x,
|
||||
})),
|
||||
)
|
||||
this.session?.serial.update({ baudRate: rate })
|
||||
this.session?.serial?.update({ baudRate: rate })
|
||||
this.profile.options.baudrate = rate
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue