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

Method _debug

github-actions/browserstack/set-browserstack-env.js:20088–20092  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

20086 });
20087 }
20088 function findInPath(tool) {
20089 return __awaiter3(this, void 0, void 0, function* () {
20090 if (!tool) {
20091 throw new Error("parameter 'tool' is required");
20092 }
20093 const extensions = [];
20094 if (IS_WINDOWS && process.env["PATHEXT"]) {
20095 for (const extension of process.env["PATHEXT"].split(path2.delimiter)) {

Callers 3

_processLineBufferMethod · 0.45
execMethod · 0.45
HandleTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected