mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-11 22:40:11 -05:00
Improved database error handling, new Let's Encrypt server console commands.
This commit is contained in:
@@ -251,7 +251,9 @@ module.exports.CreateLetsEncrypt = function (parent) {
|
||||
} catch (ex) {
|
||||
parent.debug('cert', "checkCertificate main exception: (" + JSON.stringify(ex) + ")");
|
||||
console.log(ex);
|
||||
return ex;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user