Eric Amodio 2 vuotta sitten
vanhempi
commit
62733adb69
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/git/gitProviderService.ts

+ 1
- 1
src/git/gitProviderService.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna