mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-18 01:35:36 -05:00
Refactors Logger.error to take the Error object
This commit is contained in:
@@ -47,7 +47,7 @@ export class OpenInRemoteCommand extends ActiveEditorCommand {
|
||||
|
||||
}
|
||||
catch (ex) {
|
||||
Logger.error('[GitLens.OpenInRemoteCommand]', ex);
|
||||
Logger.error(ex, 'OpenInRemoteCommand');
|
||||
return window.showErrorMessage(`Unable to open in remote provider. See output channel for more details`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user