We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff535e commit c6062c3Copy full SHA for c6062c3
src/node/entry.ts
@@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
121
}
122
123
if (args.cert) {
124
- logger.info(" - Using certificate for HTTPS: ${humanPath(args.cert.value)}")
+ logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
125
} else {
126
logger.info(" - Not serving HTTPS")
127
0 commit comments