include-all
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -44,3 +44,6 @@ /** | ||
var files = helpIncludeAllSync(options); | ||
var files; | ||
try { | ||
files = helpIncludeAllSync(options); | ||
} catch (e) { return cb(e); } | ||
@@ -133,3 +136,3 @@ // Start building the module dictionary | ||
return cb(null, dictionary); | ||
return cb(undefined, dictionary); | ||
}; |
{ | ||
"name": "include-all", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "An easy way to include all node.js modules within a directory.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35736
512