Explorar el Código

Fixes decorator

main
Eric Amodio hace 2 años
padre
commit
15e4f478c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/git/providers/localGitProvider.ts

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

@ -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> {

Cargando…
Cancelar
Guardar