-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: improve output for IPv4 and IPv6 #3092
Conversation
lib/Server.js
Outdated
const uri = | ||
localhostForTerminal || | ||
networkUrlForTerminalIPv6 || | ||
networkUrlForTerminalIPv6; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const uri = | |
localhostForTerminal || | |
networkUrlForTerminalIPv6 || | |
networkUrlForTerminalIPv6; | |
const uri = | |
localhostForTerminal || | |
networkUrlForTerminalIPv4 || | |
networkUrlForTerminalIPv6; |
Codecov Report
@@ Coverage Diff @@
## master #3092 +/- ##
==========================================
- Coverage 92.30% 91.97% -0.34%
==========================================
Files 37 37
Lines 1261 1283 +22
Branches 328 343 +15
==========================================
+ Hits 1164 1180 +16
- Misses 92 97 +5
- Partials 5 6 +1
Continue to review full report at Codecov.
|
15137d7
to
7533810
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
For Bugs and Features; did you add new tests?
Will add late
Motivation / Use-Case
finish #2943
Breaking Changes
No
Additional Info
output information for IPv4 and IPv6 + less deps, because
internal-ip
usesipaddr.js