提交 fb47be0f 编写于 作者: K Keegan Carruthers-Smith

git: Throw fetch error

上级 2948af05
......@@ -626,11 +626,7 @@ export class Repository implements Disposable {
@throttle
async fetch(): Promise<void> {
try {
await this.run(Operation.Fetch, () => this.repository.fetch());
} catch (err) {
// noop
}
await this.run(Operation.Fetch, () => this.repository.fetch());
}
@throttle
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册