git: remove bad throw

This commit is contained in:
Joao Moreno 2017-01-12 16:40:49 +01:00
parent 2184638de4
commit 8994ed0891

View file

@ -129,7 +129,6 @@ export class CommandCenter {
@CommandCenter.CatchErrors
async refresh(): Promise<void> {
await this.model.update();
throw new Error('OH MY LORD');
}
@CommandCenter.Command('git.openChange')