| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ac9cbba commit 80df97c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,7 +96,7 @@ const server = http.createServer((req, res) => { | |||
| 96 | 96 | }); | |
| 97 | 97 | server.listen(0, () => { | |
| 98 | 98 | Promise.all([testHttp10, testHttp11, testClientTrailers] | |
| 99 | - .map(util.promisify) | ||
| 99 | + .map((f) => util.promisify(f)) | ||
| 100 | 100 | .map((f) => f(server.address().port))) | |
| 101 | 101 | .then(() => server.close()); | |
| 102 | 102 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments