| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd78c5e commit 8ad880f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -556,7 +556,7 @@ Socket.prototype.destroySoon = function() { | |||
| 556 | 556 | if (this.writable) | |
| 557 | 557 | this.end(); | |
| 558 | 558 | ||
| 559 | - if (this._writableState.finished) | ||
| 559 | + if (this.writableFinished) | ||
| 560 | 560 | this.destroy(); | |
| 561 | 561 | else | |
| 562 | 562 | this.once('finish', this.destroy); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments