aegis-bridge 2.13.0 → 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/session.js +0 -2
- package/package.json +1 -1
package/dist/session.js
CHANGED
|
@@ -754,8 +754,6 @@ export class SessionManager {
|
|
|
754
754
|
return false;
|
|
755
755
|
try {
|
|
756
756
|
// Issue #390: Fast crash detection via stored CC PID
|
|
757
|
-
if (session.ccPid && !this.tmux.isPidAlive(session.ccPid))
|
|
758
|
-
return false;
|
|
759
757
|
const windowHealth = await this.tmux.getWindowHealth(session.windowId);
|
|
760
758
|
if (!windowHealth.windowExists)
|
|
761
759
|
return false;
|