stream: remove dup property
PR-URL: https://github.com/nodejs/node/pull/13216 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
parent
235cbbe4d8
commit
155687cb7e
@ -61,9 +61,6 @@ function WritableState(options, stream) {
|
|||||||
// if _final has been called
|
// if _final has been called
|
||||||
this.finalCalled = false;
|
this.finalCalled = false;
|
||||||
|
|
||||||
// if _final has been called
|
|
||||||
this.finalCalled = false;
|
|
||||||
|
|
||||||
// drain event flag.
|
// drain event flag.
|
||||||
this.needDrain = false;
|
this.needDrain = false;
|
||||||
// at the start of calling end()
|
// at the start of calling end()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user