Skip to content

Commit bbb9784

Browse files
committed
PoliCheck 💄
1 parent 70da5e2 commit bbb9784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/git/src/timelineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class GitTimelineProvider implements TimelineProvider {
232232
private onRepositoryStatusChanged(_repo: Repository) {
233233
// console.log(`GitTimelineProvider.onRepositoryStatusChanged`);
234234

235-
// This is crappy, but for now just save the last time a status was run and use that as the timestamp for staged items
235+
// This is less than ideal, but for now just save the last time a status was run and use that as the timestamp for staged items
236236
this.repoStatusDate = new Date();
237237

238238
this.fireChanged();

0 commit comments

Comments
 (0)