Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[fixup] func not call
  • Loading branch information
refack committed Jul 16, 2017
commit 8414756a18a7acc7ca1f30485e6ec446b47886c0
2 changes: 1 addition & 1 deletion lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ function lookupAndConnect(self, options) {
}
triggerIdScopeSync(
self[async_id_symbol],
lookup(host, dnsopts, emitLookup)
() => lookup(host, dnsopts, emitLookup)
);
}

Expand Down