MCPcopy Create free account
hub / github.com/Azure/powershell / _getSpawnFileName

Method _getSpawnFileName

lib/index.js:1857–1864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()) {

Callers 2

_getCommandStringMethod · 0.95
execMethod · 0.95

Calls 1

_isCmdFileMethod · 0.95

Tested by

no test coverage detected