diff2html-cli
Advanced tools
Comparing version 2.5.3 to 2.5.4
{ | ||
"name": "diff2html-cli", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli", | ||
@@ -5,0 +5,0 @@ "description": "Fast Diff to colorized HTML", |
@@ -54,2 +54,6 @@ /* | ||
if (gitArgs.indexOf('--no-color') < 0) { | ||
gitArgs += ' --no-color'; | ||
} | ||
var diffCommand = 'git diff ' + gitArgs; | ||
@@ -56,0 +60,0 @@ return callback(null, utils.runCmd(diffCommand)); |
19774
399