()
| 60 | } |
| 61 | |
| 62 | function userCodexExePath(): string { |
| 63 | return win32.join(homeDir, '.local', 'bin', 'codex.exe'); |
| 64 | } |
| 65 | |
| 66 | function setPlatform(value: string) { |
| 67 | Object.defineProperty(process, 'platform', { |
no outgoing calls
no test coverage detected