mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
improve git logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user