This commit is contained in:
Eugene Pankov
2023-03-21 10:36:40 +01:00
parent 0f71618cb8
commit 92513814e4
3 changed files with 3 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ export class ElectronPTYProxy extends PTYProxy {
return this.id
}
getTruePID(): Promise<number> {
getTruePID (): Promise<number> {
return this.truePID
}