소스 검색

Removes bogus testing code

main
Eric Amodio 4 년 전
부모
커밋
c97f82258d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/git/models/branch.ts

+ 1
- 1
src/git/models/branch.ts 파일 보기

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

불러오는 중...
취소
저장