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

Function isStartLockContention

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

Source from the content-addressed store, hash-verified

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

Callers 1

spawnAndWaitForDaemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected