дзеркало
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2026-04-02 18:37:58 +00:00
better error handling
This commit is contained in:
джерело
0b6b8a01cf
коміт
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;
|
||||
}
|
||||
|
||||
|
||||
Завантаження…
x
Посилання в новій задачі
Block a user