未验证 提交 c6062c3d 编写于 作者: P piousdeer 提交者: GitHub

Fix log message (#2331)

上级 9ff535ed
......@@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
}
if (args.cert) {
logger.info(" - Using certificate for HTTPS: ${humanPath(args.cert.value)}")
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
} else {
logger.info(" - Not serving HTTPS")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册