diff options
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 |