mirror of
https://github.com/Eugeny/tabby.git
synced 2026-09-24 07:25:18 -05:00
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ export class PTYManager {
|
||||
})
|
||||
|
||||
ipcMain.on('pty:exists', (event, id) => {
|
||||
event.returnValue = !this.ptys[id]?.exited
|
||||
event.returnValue = this.ptys[id] && !this.ptys[id].exited
|
||||
})
|
||||
|
||||
ipcMain.on('pty:get-pid', (event, id) => {
|
||||
|
||||
Reference in New Issue
Block a user