Skip to content

Commit 6d6a272

Browse files
committed
Fixes issue with not updating stats on uncommitted
1 parent 677b9eb commit 6d6a272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/git/models/commit.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ export class GitCommit implements GitRevisionReference {
220220
this._files = this.file != null ? [this.file] : [];
221221
}
222222

223+
this._recomputeStats = true;
224+
223225
return;
224226
}
225227

0 commit comments

Comments
 (0)