Comparing version 0.1.5 to 0.1.6
@@ -208,3 +208,3 @@ //------------------------------------------------------------------------------- | ||
loadCount++; | ||
if (returnedError) { | ||
if (returnedError && !error) { | ||
error = returnedError; | ||
@@ -282,3 +282,3 @@ } | ||
loadCount++; | ||
if (returnedError) { | ||
if (returnedError && !error) { | ||
error = returnedError; | ||
@@ -285,0 +285,0 @@ } |
{ | ||
"name": "bugpack", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Package loader to help make browser and node js package loading consistent", | ||
@@ -5,0 +5,0 @@ "main": "./lib/BugPackApi.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
58429