()
| 96 | } |
| 97 | |
| 98 | function getPlannotatorBin(): string { |
| 99 | return process.env.PLANNOTATOR_BIN?.trim() || "plannotator"; |
| 100 | } |
| 101 | |
| 102 | function getWindowsPathCandidates(bin: string, env: NodeJS.ProcessEnv): string[] { |
| 103 | if (path.extname(bin)) return [bin]; |