This commit is contained in:
Eric Amodio
2020-04-06 23:58:04 -04:00
parent 8b8a8ed724
commit 4ccf3e4ef3
6 changed files with 9 additions and 10 deletions

View File

@@ -227,6 +227,6 @@ export class GitTimelineProvider implements TimelineProvider {
@debounce(500)
private fireChanged() {
this._onDidChange.fire({ reset: true });
this._onDidChange.fire(undefined);
}
}