1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-01 06:56:59 +00:00
This commit is contained in:
Eugene Pankov
2020-07-17 20:45:18 +02:00
parent bb1557b0a4
commit dbda8dad34

@@ -161,7 +161,7 @@ export class SSHSession extends BaseSession {
}
})
this.shell.on('end', e => {
this.shell.on('end', () => {
this.logger.info('Shell session ended')
if (this.open) {
this.destroy()