This commit is contained in:
Eugene Pankov
2021-02-01 11:40:49 +01:00
parent 43a27a7b7c
commit 8695003c74
3 changed files with 11 additions and 11 deletions

View File

@@ -141,7 +141,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
}
}
protected attachSessionHandlers () {
protected attachSessionHandlers (): void {
const session = this.session!
super.attachSessionHandlers()
this.attachSessionHandler(session.destroyed$.subscribe(() => {