summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-06 13:46:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-06 13:46:08 -0400
commit07125dca53ece4896a83fad00b7f43101855ce9c (patch)
treec74bd30e459589239134f3e01603e8e8cc122ec7 /Command.hs
parent14f75ced75aa73d4f8dbc45cdc697bac1535fb37 (diff)
Improve display of newlines around error and warning messages.
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs
index 21c50f9c0..78f9823fb 100644
--- a/Command.hs
+++ b/Command.hs
@@ -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