improve git logging

This commit is contained in:
Joao Moreno
2018-02-23 10:21:06 +01:00
parent 8e746bbd4c
commit 2288e7cecd
3 changed files with 16 additions and 5 deletions

View File

@@ -461,7 +461,7 @@ export class Git {
});
if (options.log !== false) {
this.log(`git ${args.join(' ')}\n`);
this.log(`> git ${args.join(' ')}\n`);
}
return cp.spawn(this.gitPath, args, options);