git-cli-wrapper
Advanced tools
Comparing version
@@ -58,3 +58,3 @@ "use strict"; | ||
endLog(args, result) { | ||
this.logger && this.logger.trace('command: %s, duration: %s, exit code: %s, output: %s', chalk_theme_1.default.info(args[0]), chalk_theme_1.default.info((new Date().getMilliseconds() - this.start.getMilliseconds()).toString() + 'ms'), chalk_theme_1.default.info(result.exitCode.toString()), result.all); | ||
this.logger && this.logger.trace('command: %s, duration: %s, exit code: %s, output: %s', chalk_theme_1.default.info(args[0]), chalk_theme_1.default.info((new Date().getTime() - this.start.getTime()).toString() + 'ms'), chalk_theme_1.default.info(result.exitCode.toString()), result.all); | ||
} | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "git-cli-wrapper", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Git cli wrapper", | ||
@@ -31,3 +31,2 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/node": "^12.7.3", | ||
"chalk-theme": "^0.2.3", | ||
@@ -37,2 +36,3 @@ "execa": "^2.0.0" | ||
"devDependencies": { | ||
"@types/node": "^14.0.27", | ||
"@types/jest": "^24.0.18", | ||
@@ -53,4 +53,3 @@ "@types/rimraf": "^2.0.2", | ||
"typescript": "^3.5.3" | ||
}, | ||
"gitHead": "3eabeebb1f228fc03d123b7c68792f479378f985" | ||
} | ||
} |
5795
3.56%2
-33.33%6
20%16
6.67%- Removed
- Removed