Comparing version 0.3.16 to 0.3.17
@@ -17,3 +17,3 @@ // Generated by CoffeeScript 1.12.7 | ||
function CouldNotLoad(base1, module1, callers1) { | ||
function CouldNotLoad(base1, module1, callers1, underlyingError) { | ||
var places; | ||
@@ -23,2 +23,3 @@ this.base = base1; | ||
this.callers = callers1; | ||
this.underlyingError = underlyingError; | ||
places = createMessage(this.base, this.module, this.callers); | ||
@@ -25,0 +26,0 @@ this.message = "Could not load module " + this.module + ". Tried in these places:\n" + (places.join(',\n')); |
@@ -40,3 +40,3 @@ // Generated by CoffeeScript 1.12.7 | ||
e2 = error; | ||
throw new CouldNotLoad(base, fileName, callers); | ||
throw new CouldNotLoad(base, fileName, callers, e2); | ||
} | ||
@@ -43,0 +43,0 @@ } else { |
{ | ||
"name": "amend", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "Dependency injection module and IoC container.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
48045
767