http-party / http-server

a simple zero-configuration command-line http server
MIT License
13.42k stars 1.48k forks source link

Not showing "Available on:" URL #818

Open curran opened 2 years ago

curran commented 2 years ago

I noticed that where it normally says "Available on: http://localhost:8080", now it says nothing.

image

Environment Versions

  1. OS Type - Ubuntu Linux within Windows Subsystem for Linux
  2. Node version: $ node --version v18.3.0
  3. 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:

image

Other information

I have noticed this only recently, I'd guess it might be a regression introduced into a recent release.

zbynek commented 2 years ago

This is duplicate of https://github.com/http-party/http-server/issues/810, fixed in #811 (release pending)

github-actions[bot] commented 1 year ago

This issue has been inactive for 180 days