MCPcopy Create free account
hub / github.com/angular/dev-infra / _getSpawnFileName

Method _getSpawnFileName

github-actions/saucelabs/set-saucelabs-env.js:20138–20145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

_getCommandStringMethod · 0.45
execMethod · 0.45

Calls 1

_isCmdFileMethod · 0.45

Tested by

no test coverage detected