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

Convert analyzerPort: "auto" option to analyzerPort: 0 #281

Closed
th0r opened this issue May 15, 2019 · 0 comments · Fixed by #290
Closed

Convert analyzerPort: "auto" option to analyzerPort: 0 #281

th0r opened this issue May 15, 2019 · 0 comments · Fixed by #290

Comments

@th0r
Copy link
Collaborator

th0r commented May 15, 2019

Currently to use automatic port selection one should use analyzerPort: 0 option.
Despite the face that it's a value from a native Node.js API it's a little non intuitive.
We can introduce an alias: analyzerPort: "auto" and replace it with 0 before passing to http server.

TODO:

  • Add alias
  • Document it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant