(currentPath?: string)
| 109 | * Build extended PATH with common tool locations |
| 110 | */ |
| 111 | export function buildExtendedPath(currentPath?: string): string { |
| 112 | return platform.buildExtendedPath(currentPath) |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Build environment for shell/process execution |
nothing calls this directly
no test coverage detected