mirror of https://github.com/voidlizard/hbs2
fixed UuoMCa4gxd
This commit is contained in:
parent
e6ae5fb593
commit
c2cefea9a3
|
@ -409,7 +409,7 @@ simpleReadLinkRaw ss ref = do
|
||||||
pure Nothing
|
pure Nothing
|
||||||
else do
|
else do
|
||||||
(Just <$> LBS.readFile fn) `catchAny` \e -> do
|
(Just <$> LBS.readFile fn) `catchAny` \e -> do
|
||||||
warn $ "simpleReadLinkRaw" <+> pretty ref <+> pretty fn <+> viaShow e
|
trace $ "simpleReadLinkRaw" <+> pretty ref <+> pretty fn <+> viaShow e
|
||||||
pure Nothing
|
pure Nothing
|
||||||
|
|
||||||
pure $ fromMaybe Nothing rs
|
pure $ fromMaybe Nothing rs
|
||||||
|
|
Loading…
Reference in New Issue