wip, debug

This commit is contained in:
Dmitry Zuikov 2024-08-04 17:04:27 +03:00
parent d153bb24ab
commit b4a2bbdf81
1 changed files with 2 additions and 2 deletions

View File

@ -408,11 +408,11 @@ runDirectory path = do
debug $ yellow "entry" <+> pretty p <+> viaShow e
-- actuallyFile <- liftIO $ doesFileExist filePath
actuallyFile <- liftIO $ doesFileExist filePath
debug $ red "FRESH:" <+> pretty p <+> pretty (freshIn p e local)
when (freshIn p e local) $ void $ runMaybeT do
when (freshIn p e local && actuallyFile) $ void $ runMaybeT do
h <- getEntryHash e & toMPlus