Skip to content

Commit 2993ff2

Browse files
committed
breaking
1 parent 9f87b8c commit 2993ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/stream.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Stream.Duplex = require('_stream_duplex');
3333
Stream.Transform = require('_stream_transform');
3434
Stream.PassThrough = require('_stream_passthrough');
3535
Stream.pump = require('_stream_pump');
36+
Stream.prototype.pipe = Stream.pump;
3637

3738
// Backwards-compat with node 0.4.x
3839
Stream.Stream = Stream;

0 commit comments

Comments
 (0)