| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7b5a05b commit 36281f4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -173,7 +173,7 @@ if (common.hasCrypto) { // eslint-disable-line crypto-check | |||
| 173 | 173 | const tcp_wrap = process.binding('tcp_wrap'); | |
| 174 | 174 | const server = net.createServer(common.mustCall((socket) => { | |
| 175 | 175 | server.close(); | |
| 176 | - socket.on('data', (x) => { | ||
| 176 | + socket.on('data', () => { | ||
| 177 | 177 | socket.end(); | |
| 178 | 178 | socket.destroy(); | |
| 179 | 179 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments