wip, debug

This commit is contained in:
Dmitry Zuikov 2024-08-04 17:05:49 +03:00
parent b4a2bbdf81
commit 3a11c15f62
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ runDirectory path = do
liftIO $ setModificationTime (path </> p) timestamp liftIO $ setModificationTime (path </> p) timestamp
when (freshIn p e remote) do when (freshIn p e remote && actuallyFile) do
-- FIXME: dangerous! -- FIXME: dangerous!
lbs <- liftIO (LBS.readFile (path </> p)) lbs <- liftIO (LBS.readFile (path </> p))