newlines before failed message
needed if a long message was shown
This commit is contained in:
parent
4f8d28819d
commit
731cabbe3d
1 changed files with 1 additions and 1 deletions
2
Core.hs
2
Core.hs
|
@ -106,4 +106,4 @@ showEndOk = do
|
||||||
liftIO $ putStrLn " ok"
|
liftIO $ putStrLn " ok"
|
||||||
showEndFail :: Annex ()
|
showEndFail :: Annex ()
|
||||||
showEndFail = do
|
showEndFail = do
|
||||||
liftIO $ putStrLn " failed"
|
liftIO $ putStrLn "\nfailed"
|
||||||
|
|
Loading…
Reference in a new issue