Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a6b06cf

Browse files
committed
Remove page on error so it can be retried.
1 parent 422bd95 commit a6b06cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.App/Collections/VirtualizingList.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ async void LoadPage(int number)
206206
catch (Exception ex)
207207
{
208208
log.Error(ex, "Error loading virtualizing list page {Number}", number);
209+
pages.Remove(number);
209210
}
210211
}
211212

0 commit comments

Comments
 (0)