mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
fix: remove duplicate PID lock release from bootstrap.ts
This commit is contained in:
@@ -55,7 +55,6 @@ import {
|
||||
} from "./connection-offer.js";
|
||||
import { printPairingQrIfEnabled } from "./pairing-qr.js";
|
||||
import { startRelayTransport, type RelayTransportController } from "./relay-transport.js";
|
||||
import { releasePidLock } from "./pid-lock.js";
|
||||
import type {
|
||||
AgentClient,
|
||||
AgentProvider,
|
||||
@@ -605,8 +604,6 @@ export async function createPaseoDaemon(
|
||||
if (existsSync(selfIdMcpSocketPath)) {
|
||||
unlinkSync(selfIdMcpSocketPath);
|
||||
}
|
||||
// Release PID lock
|
||||
await releasePidLock(config.paseoHome);
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user