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

Method _getSpawnArgs

github-actions/browserstack/set-browserstack-env.js:20146–20159  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

20144 console.log(`Unexpected error attempting to determine the actual case of the file '${filePath}': ${err}`);
20145 }
20146 return filePath;
20147 } else {
20148 if (isUnixExecutable(stats)) {
20149 return filePath;
20150 }
20151 }
20152 }
20153 }
20154 return "";
20155 });
20156 }
20157 function normalizeSeparators(p) {
20158 p = p || "";
20159 if (IS_WINDOWS) {
20160 p = p.replace(/\//g, "\\");
20161 return p.replace(/\\\\+/g, "\\");
20162 }

Callers 2

_getCommandStringMethod · 0.45
execMethod · 0.45

Calls 2

_isCmdFileMethod · 0.45
_windowsQuoteCmdArgMethod · 0.45

Tested by

no test coverage detected