| 1 | // Packaged desktop, on camera: the REAL electron-builder bundle (app.isPackaged |
| 2 | // === true) attaches to an already-running OS-supervised daemon instead of |
| 3 | // spawning its own sidecar. This is the production-only path — dev electron skips |
| 4 | // ensureSupervisedConnection entirely and always spawns a desktop-sidecar, so the |
nothing calls this directly
no test coverage detected