Browse Source

Adds missing newline

main
Eric Amodio 5 years ago
parent
commit
163eb7cabc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/views/nodes/branchTrackingStatusNode.ts

+ 1
- 0
src/views/nodes/branchTrackingStatusNode.ts View File

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

Loading…
Cancel
Save