@percy/env
Advanced tools
Comparing version 1.0.0-beta.8 to 1.0.0-beta.9
@@ -17,9 +17,5 @@ "use strict"; | ||
try { | ||
let result = (0, _child_process.execSync)(`git ${args}`, { | ||
stdio: 'ignore' | ||
return (0, _child_process.execSync)(`git ${args}`, { | ||
encoding: 'utf-8' | ||
}); | ||
if (result && result.status === 0) { | ||
return result.stdout.trim(); | ||
} | ||
} catch (e) {// do something? | ||
@@ -26,0 +22,0 @@ } |
{ | ||
"name": "@percy/env", | ||
"version": "1.0.0-beta.8", | ||
"version": "1.0.0-beta.9", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "6015850e7c20c130d625fcb327b10d7513b35707" | ||
"gitHead": "57a2eeb90c7f5cdf8827c78be1e5c12df581f4b5" | ||
} |
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
17209
350