Skip to content

Commit 0d53441

Browse files
committed
Add "disabled by --link" note to certificate arg
1 parent 3612076 commit 0d53441

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
@@ -123,7 +123,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
123123
if (args.cert) {
124124
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
125125
} else {
126-
logger.info(" - Not serving HTTPS")
126+
logger.info(` - Not serving HTTPS ${args.link ? "(disabled by --link)" : ""}`)
127127
}
128128

129129
if (args["proxy-domain"].length > 0) {

0 commit comments

Comments
 (0)