Ver código fonte

Fixes decorator

main
Eric Amodio 2 anos atrás
pai
commit
15e4f478c3
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/git/providers/localGitProvider.ts

+ 1
- 1
src/git/providers/localGitProvider.ts Ver arquivo

@ -3392,7 +3392,7 @@ export class LocalGitProvider implements GitProvider, Disposable {
return repository.hasUpstreamBranch();
}
@log<GitProviderService['isActiveRepoPath']>({
@log<LocalGitProvider['isActiveRepoPath']>({
args: { 1: e => (e != null ? `TextEditor(${Logger.toLoggable(e.document.uri)})` : undefined) },
})
async isActiveRepoPath(repoPath: string | undefined, editor?: TextEditor): Promise<boolean> {

Carregando…
Cancelar
Salvar