@dylburger/platform
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -90,7 +90,13 @@ "use strict"; | ||
catch (err) { | ||
if (err.response) | ||
step.debug = utils_1.cloneSafe(err.response); | ||
throw err; | ||
if (err.response) { | ||
if (step.export) { | ||
step.export("debug", utils_1.cloneSafe(err.response)); | ||
} | ||
else { | ||
step.debug = utils_1.cloneSafe(err.response); | ||
} | ||
throw err; | ||
} | ||
} | ||
} | ||
exports.default = default_1; |
{ | ||
"name": "@dylburger/platform", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Pipedream platform globals (typing and runtime type checking)", | ||
@@ -5,0 +5,0 @@ "homepage": "https://pipedream.com", |
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
32225
998