UNPKG

node-ff

Version:
22 lines 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExeCommands = void 0; class ExeCommands { constructor(exeCommands, check) { this.exeCommands = exeCommands; this.check = check; } execute({ commands }) { try { this.exeCommands.exec({ commands }); } catch (err) { this.check.checkCommands({ commands, err: err, }); } } } exports.ExeCommands = ExeCommands; //# sourceMappingURL=index.js.map