Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup
  • Loading branch information
rickyes committed Jul 8, 2020
commit 931231d75111a910ac341f5b517fed77ef97be2a
5 changes: 2 additions & 3 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1657,9 +1657,8 @@ changes:
* `source` {AsyncIterable}
* Returns: {AsyncIterable|Promise}
* `options` {Object}
* `destroyDestOnError` {boolean} If value is false, the destination
is not destroyed when a stream error occurs.
**Default:** `true`.
* `destroyDestOnError` {boolean} If value is `false`, the destination
is not destroyed when a stream error occurs. **Default:** `true`.
* `callback` {Function} Called when the pipeline is fully done.
* `err` {Error}
* `val` Resolved value of `Promise` returned by `destination`.
Expand Down