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 36acf8a

Browse filesBrowse files
TrottRafaelGSS
authored andcommitted
net: remove _readableState from debug statement
Ref: #445 PR-URL: #45063 Refs: #445 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c7b7f2b commit 36acf8a
Copy full SHA for 36acf8a

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎lib/net.js‎

Copy file name to clipboardExpand all lines: lib/net.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ Socket.prototype._final = function(cb) {
496496
function afterShutdown() {
497497
const self = this.handle[owner_symbol];
498498

499-
debug('afterShutdown destroyed=%j', self.destroyed,
500-
self._readableState);
499+
debug('afterShutdown destroyed=%j', self.destroyed);
501500

502501
this.callback();
503502
}

0 commit comments

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