mirror of https://github.com/voidlizard/hbs2
debug
This commit is contained in:
parent
bdc9fb80b3
commit
d9cd91398a
|
@ -241,6 +241,10 @@ waitRepo timeout = do
|
||||||
Just (Just x) -> pure x
|
Just (Just x) -> pure x
|
||||||
_ -> wait 2 next ()
|
_ -> wait 2 next ()
|
||||||
|
|
||||||
|
notice $ "lwwref value" <+> pretty (lwwValue lww)
|
||||||
|
|
||||||
|
error "stop"
|
||||||
|
|
||||||
mf <- flip fix () $ \next _ -> do
|
mf <- flip fix () $ \next _ -> do
|
||||||
notice $ "wait for manifest"
|
notice $ "wait for manifest"
|
||||||
lift (try @_ @WalkMerkleError getRepoManifest) >>= \case
|
lift (try @_ @WalkMerkleError getRepoManifest) >>= \case
|
||||||
|
|
Loading…
Reference in New Issue