| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0a068db commit daa5932
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ function SharedHandle(key, address, port, addressType, fd, flags) { | |||
| 11 | 11 | this.handle = null; | |
| 12 | 12 | this.errno = 0; | |
| 13 | 13 | ||
| 14 | - var rval; | ||
| 14 | + let rval; | ||
| 15 | 15 | if (addressType === 'udp4' || addressType === 'udp6') | |
| 16 | 16 | rval = dgram._createSocketHandle(address, port, addressType, fd, flags); | |
| 17 | 17 | else | |
| Back | FazBrowse Home | New Git URL |
0 commit comments