Git - add missing error handler (#201160)

This commit is contained in:
Ladislau Szomoru
2023-12-18 23:43:44 +01:00
committed by GitHub
parent e7f0e028aa
commit 9098f756e8
3 changed files with 21 additions and 15 deletions

View File

@@ -850,7 +850,7 @@ export class Repository implements Disposable {
this._sourceControl.quickDiffProvider = this;
const historyProvider = new GitHistoryProvider(this);
const historyProvider = new GitHistoryProvider(this, logger);
this._sourceControl.historyProvider = historyProvider;
this.disposables.push(historyProvider);