There was an error while loading. Please reload this page.
1 parent 3d86f32 commit 7642577Copy full SHA for 7642577
test/parallel/test-https-truncate.js
@@ -67,6 +67,6 @@ const test = common.mustCall(function(res) {
67
res.on('data', function(chunk) {
68
bytes += chunk.length;
69
this.pause();
70
- setTimeout(() => { this.resume() }, 1);
+ setTimeout(() => { this.resume(); }, 1);
71
});
72
0 commit comments