You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleanup partial download queue installations on error/interrupt
This will port the similar logic from `formula_installer.rb` that
handles errors or manual user interrupts from producing partial
installations.
I noticed this code is almost identical (with some missing edge-cases)
in `formula_installer.rb` to `Keg#uninstall` so I added a new
`Keg#uninstall_ignore_interrupts_and_raise_failures!` method and made
both `formula_installer.rb` and `retryable_download.rb` use it.
0 commit comments