| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -660,7 +660,9 @@ testClosed((opts) => new Writable({ write() {}, ...opts })); | |||
| 660 | 660 | { method: 'GET', port: this.address().port }, | |
| 661 | 661 | common.mustCall(function(res) { | |
| 662 | 662 | res.resume(); | |
| 663 | - server.close(); | ||
| 663 | + finished(res, common.mustCall(() => { | ||
| 664 | + server.close(); | ||
| 665 | + })); | ||
| 664 | 666 | }) | |
| 665 | 667 | ).end(); | |
| 666 | 668 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments