Browse Source

Fixes missed property

main
Eric Amodio 2 years ago
parent
commit
6d391392db
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/git/models/commit.ts

+ 1
- 0
src/git/models/commit.ts View File

@ -563,6 +563,7 @@ export class GitCommit implements GitRevisionReference {
this.stats,
this.getChangedValue(changes.lines, this.lines),
this.stashName,
this.stashOnRef,
);
}

Loading…
Cancel
Save