| 1 | // Packaged desktop supervised-daemon regressions. These run against the real |
| 2 | // electron-builder bundle and its bundled executor because the supervised attach |
| 3 | // path is production-only (`app.isPackaged`). |
| 4 | import { type ChildProcess, execFile, execFileSync, spawn } from "node:child_process"; |
nothing calls this directly
no test coverage detected