mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Git - add missing error handler (#201160)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user