Merge branch 'master' of ceecko/le-store-certbot.js into master

This commit is contained in:
AJ ONeal 2018-11-06 07:57:46 +00:00 committed by Gitea
commit fa845c4e18
1 changed files with 2 additions and 2 deletions

View File

@ -246,8 +246,8 @@ module.exports.create = function (configs) {
};
}, function (err) {
if (args.debug) {
console.error("[le-store-certbot] certificates.check");
console.error(err.stack);
log("certificates.check");
log(err.stack);
}
return null;
});