Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "gqty", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "gqty client without queries", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -18,3 +18,3 @@ 'use strict'; | ||
Promise.resolve(fn()).then(resolve, (err) => { | ||
if (err instanceof Error) | ||
if (err instanceof Error && Error.captureStackTrace) | ||
Error.captureStackTrace(err, LazyPromise); | ||
@@ -24,3 +24,3 @@ reject(err); | ||
} catch (err) { | ||
if (err instanceof Error) | ||
if (err instanceof Error && Error.captureStackTrace) | ||
Error.captureStackTrace(err, LazyPromise); | ||
@@ -27,0 +27,0 @@ reject(err); |
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
239769