rebase and remove check in catch

This commit is contained in:
Rachel Macfarlane
2018-09-26 17:27:24 -07:00
parent f50b87442c
commit ee955d45e3
-4
View File
@@ -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
};