MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isStartLockContention

Function isStartLockContention

apps/cli/src/main.ts:534–535  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

532 * any other failure (e.g. an unwritable data dir) must propagate, not masquerade
533 * as a race the caller should wait out. */
534const isStartLockContention = (error: Error): boolean =>
535 error.message.includes("Another daemon startup is already in progress");
536
537const spawnDaemonAsLockHolder = (input: {
538 host: string;

Callers 1

spawnAndWaitForDaemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected