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
Next Next commit
fixup: autoDestroy
  • Loading branch information
ronag committed Oct 8, 2019
commit e919ab68cc9e5e76ba60f11282df94537a033893
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ class MyWritable extends Writable {
constructor({ highWaterMark, ...options }) {
super({
highWaterMark,
Comment thread
lpinca marked this conversation as resolved.
autoDestroy: false,
autoDestroy: true,
emitClose: true
});
// ...
Expand Down