The library update seems to replace the abrupt closing of the app with no error
with actually raising an exception which we already handled.
So now failures look like this:
Requesting batch 10/17 of commit and pull request data.
Failed with status 502, retrying (1/10)...
Error fetching pull request data: FetchError: Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
Terminating with an exit code 1.