diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-04 18:57:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-04 18:58:57 -0400 |
commit | 076890be2be34ce91ca0d170f850a8ca2cce6ff8 (patch) | |
tree | ccc71b8e12ea46cd18ea027204f25c37a31385de /Command | |
parent | 743c35709de77055a3e4947d673219569cd57fb4 (diff) |
remove now-unnecessary manual reaps
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Log.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Log.hs b/Command/Log.hs index 9aaebeca6..c3ce67986 100644 --- a/Command/Log.hs +++ b/Command/Log.hs @@ -69,6 +69,7 @@ start :: M.Map UUID String -> TimeZone -> [CommandParam] -> Bool -> FilePath -> (Key, Backend) -> CommandStart start m zone os gource file (key, _) = do showLog output =<< readLog <$> getLog key os + -- getLog produces a zombie; reap it liftIO Git.Command.reap stop where |