We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a network issue occurs while running hs fetch, an error is shown for the specific file that fails but it still shows a success message:
hs fetch
The "Success" message might cause some confusion, leading a developer to think that the fetch did successfully download all requested files
We might want to show an error message and prompt the user to retry the fetch command
The text was updated successfully, but these errors were encountered:
Merge pull request #481 from /issues/450
353faed
Add error messaging for if a file fails to download
drewjenkins
Successfully merging a pull request may close this issue.
Description and Context
If a network issue occurs while running
hs fetch
, an error is shown for the specific file that fails but it still shows a success message:The "Success" message might cause some confusion, leading a developer to think that the fetch did successfully download all requested files
Expected behavior
We might want to show an error message and prompt the user to retry the fetch command
The text was updated successfully, but these errors were encountered: