better debugging

This commit is contained in:
AJ ONeal 2016-02-10 15:41:48 -05:00
parent 1b443f9274
commit 7eace7e37e
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ module.exports.create = function (deps) {
var parsed; var parsed;
if (err) { if (err) {
console.error('[letiny-core/lib/acme-client.js] post');
console.error(err.stack); console.error(err.stack);
return cb(err); return cb(err);
} }