renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = cmdSerializer;
function cmdSerializer(cmd) {
if (typeof cmd === 'string') {
return cmd.replace(/https:\/\/[^@]*@/g, 'https://**redacted**@'); // TODO #12874
}
return cmd;
}
//# sourceMappingURL=cmd-serializer.js.map