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