We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6315975 commit 5b899abCopy full SHA for 5b899ab
src/cli.js
@@ -52,7 +52,7 @@
52
}
53
54
if (gitArgs.indexOf('--no-color') < 0) {
55
- gitArgs += '--no-color';
+ gitArgs += ' --no-color';
56
57
58
var diffCommand = 'git diff ' + gitArgs;
0 commit comments