Skip to content

Commit

Permalink
Merge pull request #354 from vqvu/pipe-docs-point-to-through
Browse files Browse the repository at this point in the history
Point to through in pipe docs.
  • Loading branch information
svozza committed Jul 28, 2015
2 parents b3cff35 + caa469b commit 262416a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,11 @@ Stream.prototype.end = function () {
*
* This function returns the destination so you can chain together pipe calls.
*
* Like [Readable#pipe](https://nodejs.org/api/stream.html#stream_readable_pipe_destination_options),
* this function will throw errors if there is no `error` handler installed on
* the stream. Use [through](#through) if you are piping to another Highland
* stream and want errors as well as values to be propagated.
*
* @id pipe
* @section Consumption
* @name Stream.pipe(dest)
Expand Down

0 comments on commit 262416a

Please sign in to comment.