gemini-faildump
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -19,3 +19,3 @@ 'use strict'; | ||
imagePath = temp.path({dir: tempDir, suffix: '.png'}), | ||
saveImg = data.name === 'StateError' | ||
saveImg = data.image | ||
? data.image.save.bind(data.image) | ||
@@ -22,0 +22,0 @@ : data.saveDiffTo.bind(data); |
{ | ||
"name": "gemini-faildump", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Fail information plugin", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
8014