@mindexec/cli 0.2.113 → 0.2.114
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/package.json +1 -1
- package/server.js +0 -1
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -3136,7 +3136,6 @@ async function startRemoteAgentConnection(options = {}) {
|
|
|
3136
3136
|
|
|
3137
3137
|
const activeConnectionKeys = new Set(managers.map(manager => createRemoteAgentConnectionKey(manager, leaseId)));
|
|
3138
3138
|
if (isRemoteAgentProcessRunning()
|
|
3139
|
-
&& remoteAgentState.ready === true
|
|
3140
3139
|
&& activeConnectionKeys.has(remoteAgentState.connectionKey)) {
|
|
3141
3140
|
return { ok: true, alreadyRunning: true, agent: serializeRemoteAgentState() };
|
|
3142
3141
|
}
|