| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d640426 commit fcf9b46
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,7 @@ const timeout = setTimeout(() => cleanUp('Timeouted'), 5000); | |||
| 37 | 37 | ||
| 38 | 38 | function waitForPort(port, cb) { | |
| 39 | 39 | const socket = net.connect(common.PORT, () => { | |
| 40 | + socket.on('data', () => {}); | ||
| 40 | 41 | socket.end(); | |
| 41 | 42 | socket.on('end', cb); | |
| 42 | 43 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments