Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15fa555

Browse filesBrowse files
jasnellMyles Borins
authored andcommitted
net, doc: fix line wrapping lint in net.js
Missed on the previous review, minor line wrapping nit PR-URL: #4588 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8ed0c1c commit 15fa555
Copy full SHA for 15fa555

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎lib/net.js‎

Copy file name to clipboardExpand all lines: lib/net.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,9 +951,9 @@ function lookupAndConnect(self, options) {
951951

952952
if (dnsopts.family !== 4 && dnsopts.family !== 6) {
953953
dnsopts.hints = dns.ADDRCONFIG;
954-
// The AI_V4MAPPED hint is not supported on FreeBSD or Android, and getaddrinfo
955-
// returns EAI_BADFLAGS. However, it seems to be supported on most other
956-
// systems. See
954+
// The AI_V4MAPPED hint is not supported on FreeBSD or Android,
955+
// and getaddrinfo returns EAI_BADFLAGS. However, it seems to be
956+
// supported on most other systems. See
957957
// http://lists.freebsd.org/pipermail/freebsd-bugs/2008-February/028260.html
958958
// for more information on the lack of support for FreeBSD.
959959
if (process.platform !== 'freebsd' && process.platform !== 'android')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.