Comparing version 1.1.35 to 1.1.36
@@ -109,3 +109,3 @@ (function () { | ||
onEnd(); | ||
} else if (open && readError && error.code === 'EISDIR') { | ||
} else if (open && readError) { | ||
onEnd(); | ||
@@ -124,2 +124,3 @@ } else if (bothFinish || justEnd || justFinish) { | ||
} | ||
/* | ||
@@ -126,0 +127,0 @@ * when stream is fs.WriteStream |
{ | ||
"name": "pipe-io", | ||
"version": "1.1.35", | ||
"version": "1.1.36", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "Pipe streams and handle events", |
Sorry, the diff of this file is not supported yet
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
17087