Skip to content

Commit 515131a

Browse files
committed
Fixed QR warning message
1 parent d5af101 commit 515131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/http-server

Lines changed: 1 addition & 1 deletion
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: ") + "This 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)