()
| 20136 | } |
| 20137 | } |
| 20138 | _getSpawnFileName() { |
| 20139 | if (IS_WINDOWS2) { |
| 20140 | if (this._isCmdFile()) { |
| 20141 | return process.env["COMSPEC"] || "cmd.exe"; |
| 20142 | } |
| 20143 | } |
| 20144 | return this.toolPath; |
| 20145 | } |
| 20146 | _getSpawnArgs(options) { |
| 20147 | if (IS_WINDOWS2) { |
| 20148 | if (this._isCmdFile()) { |
no test coverage detected