@marcopeg/utils
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -127,5 +127,8 @@ 'use strict'; | ||
_context2.t1 = _context2['catch'](0); | ||
throw _context2.t1; | ||
case 28: | ||
console.log('*** getJSON Error:', _context2.t1.message); | ||
// throw err | ||
return _context2.abrupt('return', _context2.t1); | ||
case 29: | ||
case 'end': | ||
@@ -132,0 +135,0 @@ return _context2.stop(); |
{ | ||
"name": "@marcopeg/utils", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Javascript utils for server and client projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -54,3 +54,5 @@ /* global fetch */ | ||
} catch (err) { | ||
throw err | ||
console.log('*** getJSON Error:', err.message) | ||
// throw err | ||
return err | ||
} | ||
@@ -57,0 +59,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
73458
595