Browse Source

🦺

main
Eric Amodio 2 years ago
parent
commit
62733adb69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/git/gitProviderService.ts

+ 1
- 1
src/git/gitProviderService.ts View File

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

Loading…
Cancel
Save