http-server
http-server copied to clipboard
Not showing "Available on:" URL
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 --versionv18.3.0 - http-server version:
$ http-server --versionv14.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.
This is duplicate of https://github.com/http-party/http-server/issues/810, fixed in #811 (release pending)
This issue has been inactive for 180 days