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 2a1ceaf commit 5421be6Copy full SHA for 5421be6
index.js
@@ -17,7 +17,7 @@ module.exports = function (next) {
17
stream(null, function (err, data) {
18
if(err) {
19
stream = null
20
- if(err === true) setTimeout(more, 100)
+ if(err === true) setImmediate(more)
21
else cb(err)
22
}
23
else
0 commit comments