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 f81f716 commit a7f526fCopy full SHA for a7f526f
writable.js
@@ -3,6 +3,6 @@ var Writable = require("./lib/_stream_writable.js")
3
4
if (process.env.READABLE_STREAM === 'disable') {
5
module.exports = Stream && Stream.Writable || Writable
6
+} else {
7
+ module.exports = Writable
8
}
-
-module.exports = Writable
0 commit comments