git-cli-wrapper
Advanced tools
Comparing version
@@ -35,3 +35,3 @@ "use strict"; | ||
if (!options.mute) { | ||
throw e; | ||
throw new Error(e.message + '. Output: ' + e.all); | ||
} | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "git-cli-wrapper", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Git cli wrapper", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"@types/node": "^12.7.3", | ||
"chalk-theme": "^0.2.0", | ||
"chalk-theme": "^0.2.1", | ||
"execa": "^2.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "50907c49de055c79a925721aa7cb59a1b11d4869" | ||
"gitHead": "c5126f96e487ab36522422eb4b9fa08b0d2731c9" | ||
} |
5247
0.81%Updated