This commit is contained in:
Girish Ramakrishnan
2018-09-28 17:01:46 -07:00
parent 55cbe46c7c
commit 1ee902a541
+1 -1
View File
@@ -566,7 +566,7 @@ Acme2.prototype.acmeFlow = function (hostname, domain, callback) {
that.downloadCertificate.bind(that, hostname)
], function (error) {
that.cleanupChallenge(hostname, domain, challenge, function (cleanupError) {
if (error) debug('acmeFlow: ignoring error when cleaning up challenge:', cleanupError);
if (cleanupError) debug('acmeFlow: ignoring error when cleaning up challenge:', cleanupError);
iteratorCallback(error);
});