Comparing version 4.1.0 to 4.1.1
@@ -327,3 +327,6 @@ 'use strict' | ||
[MAYBEEND] () { | ||
if (this[ENDED] && !this[EMITTEDEND] && !this[ABORTED]) { | ||
if (this[ENDED] && | ||
!this[EMITTEDEND] && | ||
!this[ABORTED] && | ||
!this[CONSUMING]) { | ||
this[EMITTEDEND] = true | ||
@@ -330,0 +333,0 @@ const entry = this[WRITEENTRY] |
@@ -5,3 +5,3 @@ { | ||
"description": "tar for node", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
150107
23
2811