Skip to content

Commit c1c5786

Browse files
committed
Fixed QR warning message
1 parent d5af101 commit c1c5786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/http-server

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function listen(port) {
245245
}
246246
}
247247
if (options.showQR) {
248-
logger.info(colors.yellow("WARNING: ") + "This is an experimental feature and is not guaranteed to work properly in all terminals or fonts.")
248+
logger.info(colors.yellow("\nWARNING: ") + "The QR Code is an experimental feature and is not guaranteed to work properly in all terminals or fonts.")
249249
qrcode.generate(plainIp, { small: true }, function (qr) {
250250
console.log(qr);
251251
})

0 commit comments

Comments
 (0)