Skip to content

Commit c6062c3

Browse files
authored
Fix log message (coder#2331)
1 parent 9ff535e commit c6062c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/entry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
121121
}
122122

123123
if (args.cert) {
124-
logger.info(" - Using certificate for HTTPS: ${humanPath(args.cert.value)}")
124+
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
125125
} else {
126126
logger.info(" - Not serving HTTPS")
127127
}

0 commit comments

Comments
 (0)