test: fix linting error
Fast-tracked on landing to unbreak CI PR-URL: https://github.com/nodejs/node/pull/17251 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
685abcde0e
commit
cf5ad75bc4
@ -67,6 +67,6 @@ const test = common.mustCall(function(res) {
|
|||||||
res.on('data', function(chunk) {
|
res.on('data', function(chunk) {
|
||||||
bytes += chunk.length;
|
bytes += chunk.length;
|
||||||
this.pause();
|
this.pause();
|
||||||
setTimeout(() => { this.resume() }, 1);
|
setTimeout(() => { this.resume(); }, 1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user