log ssl errors

This commit is contained in:
Andras Bacsai 2022-03-22 10:22:20 +01:00
parent a6d5316090
commit 6617b7811b

View File

@ -4,6 +4,7 @@ export default async function () {
try {
return await generateSSLCerts();
} catch (error) {
console.log(error);
throw error;
}
}