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 fd31267 commit 1803914Copy full SHA for 1803914
readable.js
@@ -4,7 +4,7 @@ var Stream = (function (){
4
} catch(_){}
5
}());
6
exports = module.exports = require('./lib/_stream_readable.js');
7
-exports.Stream = Stream || module;
+exports.Stream = Stream || exports;
8
exports.Readable = exports;
9
exports.Writable = require('./lib/_stream_writable.js');
10
exports.Duplex = require('./lib/_stream_duplex.js');
0 commit comments