fix editor damage

This commit is contained in:
Joey Hess 2012-07-25 23:50:14 -04:00
parent abe5a73d3f
commit 81b40cf882

View file

@ -51,8 +51,6 @@ start = notBareRepo $ do
case r of
Just _ -> return ()
Nothing -> do
liftIO $
threadDelay 100000 -- 0.1 seconds
waitdaemon (n - 1)
-- wait 0.1 seconds before retry
liftIO $ threadDelay 100000
waitdaemon (n - 1)