Kaynağa Gözat

Removes bogus testing code

main
Eric Amodio 4 yıl önce
ebeveyn
işleme
c97f82258d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/git/models/branch.ts

+ 1
- 1
src/git/models/branch.ts Dosyayı Görüntüle

@ -195,7 +195,7 @@ export class GitBranch implements GitBranchReference {
separator?: string;
suffix?: string;
}): string {
return GitStatus.getUpstreamStatus(this.tracking, { ahead: 4, behind: 10 } /*this.state*/, options);
return GitStatus.getUpstreamStatus(this.tracking, this.state, options);
}
get starred() {

Yükleniyor…
İptal
Kaydet