Improve display of newlines around error and warning messages.

This commit is contained in:
Joey Hess 2011-09-06 13:46:08 -04:00
parent 14f75ced75
commit 07125dca53
5 changed files with 23 additions and 7 deletions

View file

@ -103,7 +103,6 @@ doCommand = start
stage a b = b >>= a
success = return True
failure = do
showOutput -- avoid clutter around error message
showEndFail
return False