(message)
| 20086 | }); |
| 20087 | } |
| 20088 | function findInPath(tool) { |
| 20089 | return __awaiter3(this, void 0, void 0, function* () { |
| 20090 | if (!tool) { |
| 20091 | throw new Error("parameter 'tool' is required"); |
| 20092 | } |
| 20093 | const extensions = []; |
| 20094 | if (IS_WINDOWS && process.env["PATHEXT"]) { |
| 20095 | for (const extension of process.env["PATHEXT"].split(path2.delimiter)) { |
no outgoing calls
no test coverage detected