Eric Amodio 2 lat temu
rodzic
commit
62733adb69
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/git/gitProviderService.ts

+ 1
- 1
src/git/gitProviderService.ts Wyświetl plik

@ -908,7 +908,7 @@ export class GitProviderService implements Disposable {
if (typeof pathOrFile === 'string') {
path = pathOrFile;
} else {
path = pathOrFile!.originalPath ?? pathOrFile!.path;
path = pathOrFile?.originalPath ?? pathOrFile?.path ?? '';
}
} else {
ref = refOrUri.sha;

Ładowanie…
Anuluj
Zapisz