Преглед на файлове

Fixes issue where the wrong diff line could be shown

main
Eric Amodio преди 7 години
родител
ревизия
6a9977b954
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/gitService.ts

+ 1
- 1
src/gitService.ts Целия файл

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

Зареждане…
Отказ
Запис