소스 검색

Adds missing newline

main
Eric Amodio 5 년 전
부모
커밋
163eb7cabc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/views/nodes/branchTrackingStatusNode.ts

+ 1
- 0
src/views/nodes/branchTrackingStatusNode.ts 파일 보기

@ -129,6 +129,7 @@ export class BranchTrackingStatusNode extends ViewNode implements
this._log = undefined;
}
}
private _log: GitLog | undefined;
private async getLog() {
if (this._log === undefined) {

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