Comparing version 0.0.17 to 0.0.18
@@ -132,3 +132,4 @@ /* | ||
, paths = [] | ||
, ret = [dir]; | ||
, ret = [dir] | ||
, msg; | ||
@@ -139,3 +140,7 @@ try { | ||
catch (e) { | ||
throw new Error('Could not read path ' + dir); | ||
msg = 'Could not read path ' + dir + '\n'; | ||
if (e.stack) { | ||
msg += e.stack; | ||
} | ||
throw new Error(msg); | ||
} | ||
@@ -142,0 +147,0 @@ |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", | ||
@@ -13,0 +13,0 @@ "main": "./lib/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
181512
5556