Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--port=0 doesn't then log the used port (it logs :0) #381

Closed
GregBrimble opened this issue Sep 19, 2022 · 0 comments · Fixed by #382
Closed

--port=0 doesn't then log the used port (it logs :0) #381

GregBrimble opened this issue Sep 19, 2022 · 0 comments · Fixed by #382

Comments

@GregBrimble
Copy link
Member

npx miniflare index.ts --modules --port=0

(node:13218) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
[mf:inf] Worker reloaded! (68B)
[mf:inf] Listening on :0
[mf:inf] - http://127.0.0.1:0
[mf:inf] - http://192.168.1.116:0

It should instead log the port of the server that started up e.g. http://127.0.0.1:6723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant