Merge branch 'master' of ceecko/le-store-certbot.js into master
This commit is contained in:
commit
fa845c4e18
4
index.js
4
index.js
|
@ -246,8 +246,8 @@ module.exports.create = function (configs) {
|
||||||
};
|
};
|
||||||
}, function (err) {
|
}, function (err) {
|
||||||
if (args.debug) {
|
if (args.debug) {
|
||||||
console.error("[le-store-certbot] certificates.check");
|
log("certificates.check");
|
||||||
console.error(err.stack);
|
log(err.stack);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue