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