mirror of https://github.com/voidlizard/hbs2
bugfix
This commit is contained in:
parent
9c1dad1c5e
commit
873cfbeacd
|
@ -151,9 +151,11 @@ importGitRefLog = withStateDo $ ask >>= \case
|
||||||
notice $ "wait some time..." <+> parens (pretty down)
|
notice $ "wait some time..." <+> parens (pretty down)
|
||||||
|
|
||||||
case d of
|
case d of
|
||||||
Nothing -> again (ImportWait (Just down) next)
|
|
||||||
Just n | down < n -> pause @'Seconds 3 >> again next
|
Just n | down < n -> pause @'Seconds 3 >> again next
|
||||||
| otherwise -> pause @'Seconds 3 >> again next
|
_ -> pure Nothing
|
||||||
|
|
||||||
|
pause @'Seconds 3
|
||||||
|
again $ ImportWait (Just down) next
|
||||||
|
|
||||||
ImportStart -> do
|
ImportStart -> do
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue