| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,6 +67,6 @@ const test = common.mustCall(function(res) { | |||
| 67 | 67 | res.on('data', function(chunk) { | |
| 68 | 68 | bytes += chunk.length; | |
| 69 | 69 | this.pause(); | |
| 70 | - setTimeout(() => { this.resume() }, 1); | ||
| 70 | + setTimeout(() => { this.resume(); }, 1); | ||
| 71 | 71 | }); | |
| 72 | 72 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments