We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0353051 commit da820dbCopy full SHA for da820db
backend/lib/certbot.js
@@ -16,6 +16,7 @@ const certbot = {
16
17
return new Promise((resolve, reject) => {
18
if (pluginKeys.length === 0) {
19
+ resolve();
20
return;
21
}
22
0 commit comments