()
| 1855 | } |
| 1856 | } |
| 1857 | _getSpawnFileName() { |
| 1858 | if (IS_WINDOWS) { |
| 1859 | if (this._isCmdFile()) { |
| 1860 | return process.env['COMSPEC'] || 'cmd.exe'; |
| 1861 | } |
| 1862 | } |
| 1863 | return this.toolPath; |
| 1864 | } |
| 1865 | _getSpawnArgs(options) { |
| 1866 | if (IS_WINDOWS) { |
| 1867 | if (this._isCmdFile()) { |
no test coverage detected