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 • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.logger = void 0;
const sat_utils_1 = require("sat-utils");
sat_utils_1.logger.setLogLevel('VERBOSE');
var sat_utils_2 = require("sat-utils");
Object.defineProperty(exports, "logger", { enumerable: true, get: function () { return sat_utils_2.logger; } });
//# sourceMappingURL=logger.js.map