diff --git a/extensions/git/src/commands.ts b/extensions/git/src/commands.ts index ac0b676894a..740b158a8f5 100755 --- a/extensions/git/src/commands.ts +++ b/extensions/git/src/commands.ts @@ -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 };