mirror of https://github.com/voidlizard/hbs2
debug
This commit is contained in:
parent
be67ff026e
commit
5397cd352b
|
@ -143,6 +143,8 @@ withConfig cfg m = do
|
|||
syn <- liftIO (readFile realCfg) <&> parseTop
|
||||
<&> fromRight mempty
|
||||
|
||||
debug $ "config" <+> pretty realCfg <> line <> pretty syn
|
||||
|
||||
ev <- asks (view reposyncEntries)
|
||||
|
||||
let root = runReader (cfgValue @ReposyncRootKey) syn
|
||||
|
|
Loading…
Reference in New Issue