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 6562e77 commit aa51181Copy full SHA for aa51181
source/utils/delay-async-destroy.js
@@ -2,7 +2,7 @@
2
3
module.exports = stream => {
4
if (stream.listenerCount('error') !== 0) {
5
- return;
+ return stream;
6
}
7
8
stream.__destroy = stream._destroy;
0 commit comments