log ssl errors
This commit is contained in:
parent
a6d5316090
commit
6617b7811b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ export default async function () {
|
|||
try {
|
||||
return await generateSSLCerts();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue