chore: generate
parent
b2c2478d9d
commit
c42c5a0cc6
|
|
@ -195,7 +195,7 @@ export namespace Pty {
|
|||
session.bufferCursor += excess
|
||||
})
|
||||
ptyProcess.onExit(({ exitCode }) => {
|
||||
if (session.info.status === 'exited') return
|
||||
if (session.info.status === "exited") return
|
||||
log.info("session exited", { id, exitCode })
|
||||
session.info.status = "exited"
|
||||
Bus.publish(Event.Exited, { id, exitCode })
|
||||
|
|
|
|||
Loading…
Reference in New Issue