| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 43cec65 commit d378594
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ server.listen(0, common.mustCall(() => { | |||
| 31 | 31 | const req = http.request({ | |
| 32 | 32 | port: server.address().port, | |
| 33 | 33 | method: 'POST' | |
| 34 | - }, (res) => { | ||
| 34 | + }, () => { | ||
| 35 | 35 | const interval = setInterval(() => { | |
| 36 | 36 | intervalWasInvoked = true; | |
| 37 | 37 | // If machine is busy enough that the interval takes more than TIMEOUT ms | |
| Back | FazBrowse Home | New Git URL |
0 commit comments