Przeglądaj źródła

Fixes issue where the wrong diff line could be shown

main
Eric Amodio 7 lat temu
rodzic
commit
6a9977b954
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/gitService.ts

+ 1
- 1
src/gitService.ts Wyświetl plik

@ -671,7 +671,7 @@ export class GitService extends Disposable {
return [
chunk.previous[line + deleted - 1],
chunk.current[line + deleted]
chunk.current[line + deleted + (chunk.currentStart - chunk.previousStart)]
];
}
catch (ex) {

Ładowanie…
Anuluj
Zapisz