@accounts/error
Advanced tools
Comparing version 0.1.0-beta.5 to 0.1.0-beta.6
@@ -17,3 +17,5 @@ "use strict"; | ||
var _this = this; | ||
var message = reason ? "[ Accounts - " + packageName + " ] " + functionName + " : " + reason : packageName; | ||
var message = reason | ||
? "[ Accounts - " + packageName + " ] " + functionName + " : " + reason | ||
: packageName; | ||
_this = _super.call(this, message) || this; | ||
@@ -20,0 +22,0 @@ _this.packageName = packageName; |
{ | ||
"name": "@accounts/error", | ||
"version": "0.1.0-beta.5", | ||
"version": "0.1.0-beta.6", | ||
"description": "Accounts-js Error", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
4001
46