| 1 | // Issue #528: Windows-friendly spawn-replacement policy. |
| 2 | // |
| 3 | // On Windows, child_process.spawn(detached: true, windowsHide: true) opens a |
| 4 | // new conhost window every restart, so the v1.78.x and v1.79.0 daemon |
nothing calls this directly
no test coverage detected