mirror of https://github.com/voidlizard/hbs2
debug
This commit is contained in:
parent
d3c63ab8e4
commit
be67ff026e
|
@ -136,6 +136,7 @@ withConfig cfg m = do
|
||||||
liftIO do
|
liftIO do
|
||||||
let conf = defConfDir </> "config"
|
let conf = defConfDir </> "config"
|
||||||
createDirectoryIfMissing True defConfDir
|
createDirectoryIfMissing True defConfDir
|
||||||
|
debug $ "config-dir" <+> pretty defConfDir
|
||||||
appendFile conf ""
|
appendFile conf ""
|
||||||
pure conf
|
pure conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue