We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca12d4 commit b87fe25Copy full SHA for b87fe25
test/parallel/test-stream-unshift-empty-chunk.js
@@ -12,7 +12,7 @@ var chunk = new Buffer(10);
12
chunk.fill('x');
13
14
r._read = function(n) {
15
- setTimeout(function() {
+ setImmediate(function() {
16
r.push(--nChunks === 0 ? null : chunk);
17
});
18
};
0 commit comments