| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9dd918b commit f8426d9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -103,7 +103,7 @@ function Client(agent, socket) { | |||
| 103 | 103 | } | |
| 104 | 104 | util.inherits(Client, Transform); | |
| 105 | 105 | ||
| 106 | - Client.prototype.destroy = function destroy(msg) { | ||
| 106 | + Client.prototype.destroy = function destroy() { | ||
| 107 | 107 | this.socket.destroy(); | |
| 108 | 108 | ||
| 109 | 109 | this.emit('close'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments