mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
cleanup
This commit is contained in:
@@ -155,7 +155,6 @@ export class Session extends BaseSession {
|
||||
})
|
||||
|
||||
this.pty.on('exit', () => {
|
||||
console.log('session exit')
|
||||
if (this.pauseAfterExit) {
|
||||
return
|
||||
} else if (this.open) {
|
||||
@@ -164,7 +163,6 @@ export class Session extends BaseSession {
|
||||
})
|
||||
|
||||
this.pty.on('close', () => {
|
||||
console.log('session close')
|
||||
if (this.pauseAfterExit) {
|
||||
this.emitOutput('\r\nPress any key to close\r\n')
|
||||
} else if (this.open) {
|
||||
|
Reference in New Issue
Block a user