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

Function isStartLockContention

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

Source from the content-addressed store, hash-verified

515 * any other failure (e.g. an unwritable data dir) must propagate, not masquerade
516 * as a race the caller should wait out. */
517const isStartLockContention = (error: Error): boolean =>
518 error.message.includes("Another daemon startup is already in progress");
519
520const spawnDaemonAsLockHolder = (input: {
521 host: string;

Callers 1

spawnAndWaitForDaemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected