Comparing version 1.0.0 to 1.0.1
@@ -31,8 +31,6 @@ | ||
} | ||
else | ||
{ | ||
this.left.on('readable', () => this.readable = true); | ||
this.right.on('readable', () => this.readable = true); | ||
} | ||
this.left.on('readable', () => this.readable = true); | ||
this.right.on('readable', () => this.readable = true); | ||
// this needs to be here since it's possible the left/right streams only get ended after there are no more results left | ||
@@ -39,0 +37,0 @@ this.left.on ('end', () => { if (!this.hasResults()) this._end(); }); |
{ | ||
"name": "asyncjoin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Join library for asynciterator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11648
317