mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-16 17:25:40 -05:00
Refactors Logger.error to take the Error object
This commit is contained in:
@@ -25,7 +25,7 @@ export class RemoteProviderFactory {
|
||||
return creator(domain, path);
|
||||
}
|
||||
catch (ex) {
|
||||
Logger.error(ex);
|
||||
Logger.error(ex, 'RemoteProviderFactory');
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user