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