display errors when any named thread crashes
This commit is contained in:
parent
d11ded822c
commit
a00f1d26bc
18 changed files with 133 additions and 64 deletions
|
@ -42,7 +42,7 @@ reconnectRemotes threadname st dstatus scanremotes rs = void $
|
|||
addScanRemotes scanremotes diverged rs
|
||||
return ok
|
||||
where
|
||||
(gitremotes, specialremotes) =
|
||||
(gitremotes, _specialremotes) =
|
||||
partition (Git.repoIsUrl . Remote.repo) rs
|
||||
sync (Just branch) = do
|
||||
diverged <- manualPull st (Just branch) gitremotes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue