use xargs
This commit is contained in:
parent
24ee4439d4
commit
5b4fa4aeca
2 changed files with 12 additions and 18 deletions
2
Core.hs
2
Core.hs
|
@ -36,7 +36,7 @@ shutdown = do
|
|||
if (q == GitQueue.empty)
|
||||
then return ()
|
||||
else do
|
||||
liftIO $ putStrLn "Recording state in git..."
|
||||
verbose $ liftIO $ putStrLn "Recording state in git..."
|
||||
liftIO $ GitQueue.run g q
|
||||
|
||||
-- clean up any files left in the temp directory, but leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue