Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/desktop/src/main/runtime-host-desktop-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ class RuntimeHostDesktopManagerImpl implements RuntimeHostDesktopManager {
return result;
}
await this.waitForHostExit(result.pid);
// Only the Host authenticated by this connection is safe to drain.
// The installer remains responsible for any untracked process residue.
return { kind: 'prepared', rollback: quiescence.resume };
} catch (error) {
quiescence.resume();
Expand Down