finish incomplete comment

This commit is contained in:
Jorge Israel Peña 2013-05-22 17:28:32 -07:00
parent e987485e2d
commit 294c48ea48

View file

@ -64,7 +64,7 @@ watchUpdates conf update = do
#else
update' event provider = do
let path = provider </> eventPath event
-- on windows
-- on windows, a 'Modified' event is also sent on file deletion
fileExists <- doesFileExist path
when fileExists . void $ waitOpen path ReadMode (\_ -> update) 10