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