fix: run prettier

Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
This commit is contained in:
Johannes Grumboeck
2022-10-24 20:11:45 +02:00
parent 296e3ac84a
commit 6e16a040ae
@@ -106,7 +106,7 @@ async function getGeneratedCertificate(hostname: string, logger?: Logger) {
certPath = resolvePath('.dev-cert.pem');
}
let cert = undefined
let cert = undefined;
let remainingMs = 0;
if (await fs.pathExists(certPath)) {
cert = await fs.readFile(certPath);