less verbose failures seem better here
This commit is contained in:
parent
2ea589e117
commit
d23fc22f0e
2 changed files with 6 additions and 7 deletions
7
Core.hs
7
Core.hs
|
@ -104,7 +104,6 @@ showLongNote s = do
|
|||
showEndOk :: Annex ()
|
||||
showEndOk = do
|
||||
liftIO $ putStrLn " ok"
|
||||
showEndFail :: String -> String -> Annex ()
|
||||
showEndFail command file = do
|
||||
liftIO $ putStrLn ""
|
||||
liftIO $ hPutStrLn stderr $ command ++ " " ++ file ++ " failed"
|
||||
showEndFail :: Annex ()
|
||||
showEndFail = do
|
||||
liftIO $ putStrLn " failed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue