Open
Description
I noticed that where it normally says "Available on: http://localhost:8080", now it says nothing.
Environment Versions
- OS Type - Ubuntu Linux within Windows Subsystem for Linux
- Node version:
$ node --version
v18.3.0 - http-server version:
$ http-server --version
v14.1.0
Steps to reproduce
npm install -g http-server
http-server
Expected result
It should output "Available on: http://localhost:8080".
Actual result
It outputs "Available on:".
Screenshot:
Other information
I have noticed this only recently, I'd guess it might be a regression introduced into a recent release.