mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 21:12:58 +08:00
Fix log message (#2331)
This commit is contained in:
@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (args.cert) {
|
if (args.cert) {
|
||||||
logger.info(" - Using certificate for HTTPS: ${humanPath(args.cert.value)}")
|
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
|
||||||
} else {
|
} else {
|
||||||
logger.info(" - Not serving HTTPS")
|
logger.info(" - Not serving HTTPS")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user