Profile dir used by headed/connect Chromium sessions.
()
| 214 | // ─── Chromium profile lock helpers (#1781) ───────────────────── |
| 215 | /** Profile dir used by headed/connect Chromium sessions. */ |
| 216 | function chromiumProfileDir(): string { |
| 217 | return path.join(process.env.HOME || '/tmp', '.gstack', 'chromium-profile'); |
| 218 | } |
| 219 | |
| 220 | /** Remove Chromium SingletonLock/Socket/Cookie so a relaunch can acquire the |
| 221 | * profile. Safe to call when absent. */ |
no outgoing calls
no test coverage detected