mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Git - remove extra character from the log message (#192622)
This commit is contained in:
@@ -495,7 +495,7 @@ export class Model implements IRepositoryResolver, IBranchProtectionProviderRegi
|
||||
this.logger.trace(`Opening repository: ${repoPath}`);
|
||||
const existingRepository = await this.getRepositoryExact(repoPath);
|
||||
if (existingRepository) {
|
||||
this.logger.trace(`Repository for path ${repoPath} already exists: ${existingRepository.root})`);
|
||||
this.logger.trace(`Repository for path ${repoPath} already exists: ${existingRepository.root}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user