Skip to content

Commit 8994ed0

Browse files
committed
git: remove bad throw
1 parent 2184638 commit 8994ed0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extensions/git/src/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export class CommandCenter {
129129
@CommandCenter.CatchErrors
130130
async refresh(): Promise<void> {
131131
await this.model.update();
132-
throw new Error('OH MY LORD');
133132
}
134133

135134
@CommandCenter.Command('git.openChange')

0 commit comments

Comments
 (0)