graceful-fs
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -252,4 +252,4 @@ // this keeps a queue of opened file descriptors, and will make | ||
// then it's strict. | ||
if ((!process.getuid || process.getuid() !== 0) | ||
if (!er || (!process.getuid || process.getuid() !== 0) | ||
&& (er.code === "EINVAL" || er.code === "EPERM")) return true | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "fs monkey-patching to avoid EMFILE and other problems", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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
8012