process-rerun
Version:
The purpose of this library is - build simple and flexible interface for parallel command execution with rerun (on fail) possibility
8 lines • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildCommandExecutor = buildCommandExecutor;
const exec_proc_1 = require("./exec.proc");
function buildCommandExecutor(notRetriable, runOpts) {
return (0, exec_proc_1.buildExecRunner)(notRetriable, runOpts);
}
//# sourceMappingURL=command.executor.builder.js.map