include-all
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -298,3 +298,3 @@ /** | ||
else { | ||
var err = new Error('Attempted to `require(\''+filepath+'\')`, but an error occurred:\n```\n' + e.stack + '\n```'); | ||
var err = new Error('Attempted to `require(\''+filepath+'\')`, but an error occurred:\n--\n' + e.stack + '\n--'); | ||
err.code = 'include-all:COULD_NOT_REQUIRE'; | ||
@@ -301,0 +301,0 @@ err.raw = e; |
{ | ||
"name": "include-all", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"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
35841