This commit is contained in:
Clem Fern
2023-05-12 19:46:43 +02:00
parent 312b365851
commit 38302622b8
5 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ export class SerialTabComponent extends ConnectableTerminalTabComponent<SerialPr
super.attachSessionHandlers()
}
protected onSessionDestroyed() {
protected onSessionDestroyed (): void {
if (this.frontend) {
// Session was closed abruptly
this.write('\r\n' + colors.black.bgWhite(' SERIAL ') + ` session closed\r\n`)