mirror of https://github.com/voidlizard/hbs2
wip, debug
This commit is contained in:
parent
d31d0241f7
commit
854875eee5
|
@ -726,6 +726,7 @@ run what = do
|
||||||
ListVal [SymbolVal "play-log-file", StringLike fn] -> do
|
ListVal [SymbolVal "play-log-file", StringLike fn] -> do
|
||||||
debug $ yellow "play-log-file" <+> pretty fn
|
debug $ yellow "play-log-file" <+> pretty fn
|
||||||
-- FIXME: just-for-in-case-sanitize-input
|
-- FIXME: just-for-in-case-sanitize-input
|
||||||
|
-- $workflow: wip
|
||||||
what <- try @_ @IOException (liftIO $ readFile fn)
|
what <- try @_ @IOException (liftIO $ readFile fn)
|
||||||
<&> fromRight mempty
|
<&> fromRight mempty
|
||||||
<&> parseTop
|
<&> parseTop
|
||||||
|
|
Loading…
Reference in New Issue