@marcopeg/utils
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -130,3 +130,4 @@ 'use strict'; | ||
// throw err | ||
return _context2.abrupt('return', _context2.t1); | ||
// return err | ||
throw new Error('not found'); | ||
@@ -133,0 +134,0 @@ case 29: |
{ | ||
"name": "@marcopeg/utils", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Javascript utils for server and client projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -56,3 +56,4 @@ /* global fetch */ | ||
// throw err | ||
return err | ||
// return err | ||
throw new Error('not found') | ||
} | ||
@@ -59,0 +60,0 @@ } |
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
73517
597