| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 661b255 commit 6e829b4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,8 +134,9 @@ function replaceHandle(self, newHandle) { | |||
| 134 | 134 | self._handle = newHandle; | |
| 135 | 135 | } | |
| 136 | 136 | ||
| 137 | - Socket.prototype.bind = function(port /*, address, callback*/) { | ||
| 137 | + Socket.prototype.bind = function(port_ /*, address, callback*/) { | ||
| 138 | 138 | var self = this; | |
| 139 | + let port = port_; | ||
| 139 | 140 | ||
| 140 | 141 | self._healthCheck(); | |
| 141 | 142 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments