mirror of
https://github.com/eugeny/tabby
synced 2025-10-30 05:57:06 +00:00
lint
This commit is contained in:
@@ -42,7 +42,7 @@ export class TelnetTabComponent extends ConnectableTerminalTabComponent<TelnetPr
|
||||
super.onFrontendReady()
|
||||
}
|
||||
|
||||
protected onSessionDestroyed() {
|
||||
protected onSessionDestroyed (): void {
|
||||
if (this.frontend) {
|
||||
// Session was closed abruptly
|
||||
this.write('\r\n' + colors.black.bgWhite(' TELNET ') + ` ${this.session?.profile.options.host}: session closed\r\n`)
|
||||
|
||||
Reference in New Issue
Block a user