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