diff --git a/lib/get-certificate.js b/lib/get-certificate.js index 926188d..abe62d8 100644 --- a/lib/get-certificate.js +++ b/lib/get-certificate.js @@ -83,6 +83,9 @@ module.exports.create = function (deps) { err.type = body.type err.description = body; err.detail = body.detail; + console.error("TODO: modules which depend on this module should expose this error properly but since some of them don't, I expose it here directly:"); + console.error(err.stack); + console.error(body); throw err; }