We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5af101 commit c1c5786Copy full SHA for c1c5786
bin/http-server
@@ -245,7 +245,7 @@ function listen(port) {
245
}
246
247
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.")
+ logger.info(colors.yellow("\nWARNING: ") + "The QR Code is an experimental feature and is not guaranteed to work properly in all terminals or fonts.")
249
qrcode.generate(plainIp, { small: true }, function (qr) {
250
console.log(qr);
251
})
0 commit comments