mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
Git - fix bug with comparing with a remote branch (#273705)
* Git - fix bug with comparing with a remote branch * Update placeholder
This commit is contained in:
@@ -1730,6 +1730,8 @@ export class Repository {
|
||||
args.push(treeish2);
|
||||
}
|
||||
|
||||
args.push('--');
|
||||
|
||||
const gitResult = await this.exec(args);
|
||||
if (gitResult.exitCode) {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user