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

Function getWindowsInfo

github-actions/browserstack/set-browserstack-env.js:20595–20606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20593 step(generator["throw"](value));
20594 } catch (e) {
20595 reject(e);
20596 }
20597 }
20598 function step(result) {
20599 result.done ? resolve2(result.value) : adopt(result.value).then(fulfilled, rejected);
20600 }
20601 step((generator = generator.apply(thisArg, _arguments || [])).next());
20602 });
20603 };
20604 function exec(commandLine, args, options) {
20605 return __awaiter5(this, void 0, void 0, function* () {
20606 const commandArgs = argStringToArray(commandLine);
20607 if (commandArgs.length === 0) {
20608 throw new Error(`Parameter 'commandLine' cannot be null or empty.`);
20609 }

Callers 1

getDetailsFunction · 0.70

Calls 2

__awaiter6Function · 0.70
getExecOutputFunction · 0.70

Tested by

no test coverage detected