()
| 162 | * 2. $HOME/.gstack (default) |
| 163 | */ |
| 164 | export function resolveGstackHome(): string { |
| 165 | return process.env.GSTACK_HOME || path.join(os.homedir(), '.gstack'); |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Resolve the Chromium profile directory. |
no outgoing calls
no test coverage detected