()
| 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 | } |
no test coverage detected