@marcopeg/utils
Advanced tools
Comparing version 1.8.6 to 1.8.7
@@ -129,4 +129,3 @@ 'use strict'; | ||
console.log('** getJSON error', _context2.t1.message); | ||
// return Promise.reject(err) | ||
return _context2.abrupt('return', null); | ||
throw _context2.t1; | ||
@@ -133,0 +132,0 @@ case 29: |
{ | ||
"name": "@marcopeg/utils", | ||
"version": "1.8.6", | ||
"version": "1.8.7", | ||
"description": "Javascript utils for server and client projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -55,4 +55,3 @@ /* global fetch */ | ||
console.log('** getJSON error', err.message) | ||
// return Promise.reject(err) | ||
return null | ||
throw err | ||
} | ||
@@ -59,0 +58,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
73432
593