better error handling
This commit is contained in:
parent
0b6b8a01cf
commit
1d89fb42cc
|
@ -106,8 +106,8 @@ cli.main(function(_, options) {
|
|||
, chainPath: args.chainPath
|
||||
}, handlers).register(args, function (err, results) {
|
||||
if (err) {
|
||||
console.error('[Error]: letsencrypt');
|
||||
console.error(err);
|
||||
console.error('[Error]: letsencrypt-cli');
|
||||
console.error(err.stack || err);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue