Comparing version 1.6.2 to 1.6.3
@@ -32,5 +32,7 @@ var fs = require("fs"); | ||
for(var j=0; j<filters.length; j++) { | ||
if(dir.indexOf(filters[j]) != -1) { | ||
return | ||
if(filters != null) { | ||
for (var j = 0; j < filters.length; j++) { | ||
if (dir.indexOf(filters[j]) != -1) { | ||
return | ||
} | ||
} | ||
@@ -37,0 +39,0 @@ } |
{ | ||
"name": "gutil", | ||
"description": "GUtil", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "licenses": [ |
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
80628
1594