graceful-fs
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -227,2 +227,3 @@ // this keeps a queue of opened file descriptors, and will make | ||
function chownFix (orig) { | ||
if (!orig) return orig | ||
return function (target, uid, gid, cb) { | ||
@@ -237,2 +238,3 @@ return orig.call(fs, target, uid, gid, function (er, res) { | ||
function chownFixSync (orig) { | ||
if (!orig) return orig | ||
return function (target, uid, gid) { | ||
@@ -239,0 +241,0 @@ try { |
@@ -5,3 +5,3 @@ { | ||
"description": "fs monkey-patching to avoid EMFILE and other problems", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"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
8062
213