()
| 36 | const nodeRoot = win32.join('toolchains', 'nodejs'); |
| 37 | |
| 38 | function codexShimPath(): string { |
| 39 | return win32.join(nodeRoot, 'codex.cmd'); |
| 40 | } |
| 41 | |
| 42 | function nativeCodexPath(): string { |
| 43 | return win32.join( |
no outgoing calls
no test coverage detected