Skip to content

Commit 71671df

Browse files
jasnellMylesBorins
authored andcommitted
test: fix linting error
Fast-tracked on landing to unbreak CI PR-URL: #17251 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 6620e76 commit 71671df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/parallel/test-https-truncate.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ const test = common.mustCall(function(res){
4646
res.on('data',function(chunk){
4747
bytes+=chunk.length;
4848
this.pause();
49-
setTimeout(()=>{this.resume()},1);
49+
setTimeout(()=>{this.resume();},1);
5050
});
5151
});

0 commit comments

Comments
(0)