directory-tree
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -15,5 +15,6 @@ 'use strict'; | ||
} catch(ex) { | ||
if (ex.code == "EACCES") | ||
if (ex.code == "EACCES" || ex.code == "EPERM") { | ||
//User does not have permissions, ignore directory | ||
return null; | ||
} | ||
else throw ex; | ||
@@ -20,0 +21,0 @@ } |
{ | ||
"name": "directory-tree", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "directory-tree", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Convert a directory tree to a JS object.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
17638
379