babel-generate-guard-clauses
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -109,3 +109,3 @@ const t = require("babel-types"); | ||
if (!(ARG_NAME instanceof INSTANCE_NAME)) { | ||
return new Error('ARG_NAME should be an instance of INSTANCE_NAME, but got ' + ARG_NAME); | ||
return new Error(ARG_NAME + ' should be an instance of ' + INSTANCE_NAME + ', but got ' + ARG_NAME); | ||
} | ||
@@ -112,0 +112,0 @@ `) |
{ | ||
"name": "babel-generate-guard-clauses", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A helper to generate different guard clauses", | ||
@@ -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
10749