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

Function isStartLockContention

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

Source from the content-addressed store, hash-verified

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

Callers 1

spawnAndWaitForDaemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected