Commit c017c7e
committed
download_queue: restore
178580a changed `rescue Interrupt` to
plain `rescue` but this actually excludes `Interrupt` exceptions, which
means that pressing Ctrl-C during a download would leave the terminal in
a broken state. To see the problem, one can try e.g.
`brew fetch --deps qt` and then press Ctrl-C immediately once the
downloads start.Interrupt handling1 parent 23d4a36 commit c017c7e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
0 commit comments