don't throw a fatal error
This commit is contained in:
parent
2caf711827
commit
2ea589e117
1 changed files with 1 additions and 1 deletions
2
Core.hs
2
Core.hs
|
@ -107,4 +107,4 @@ showEndOk = do
|
||||||
showEndFail :: String -> String -> Annex ()
|
showEndFail :: String -> String -> Annex ()
|
||||||
showEndFail command file = do
|
showEndFail command file = do
|
||||||
liftIO $ putStrLn ""
|
liftIO $ putStrLn ""
|
||||||
error $ command ++ " " ++ file ++ " failed"
|
liftIO $ hPutStrLn stderr $ command ++ " " ++ file ++ " failed"
|
||||||
|
|
Loading…
Reference in a new issue