log ssl errors
This commit is contained in:
parent
a6d5316090
commit
6617b7811b
@ -4,6 +4,7 @@ export default async function () {
|
||||
try {
|
||||
return await generateSSLCerts();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user