mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
rebase and remove check in catch
This commit is contained in:
@@ -1948,10 +1948,6 @@ export class CommandCenter {
|
||||
this.telemetryReporter.sendTelemetryEvent('git.command', { command: id });
|
||||
|
||||
return result.catch(async err => {
|
||||
if (err.message === 'Cancelled') {
|
||||
return;
|
||||
}
|
||||
|
||||
const options: MessageOptions = {
|
||||
modal: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user