projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd79290
)
add back missing newline to showRaw
author
Joey Hess
<joeyh@joeyh.name>
Tue, 10 Nov 2015 18:06:07 +0000
(14:06 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 10 Nov 2015 18:06:07 +0000
(14:06 -0400)
Messages.hs
patch
|
blob
|
history
diff --git
a/Messages.hs
b/Messages.hs
index 74465a5b98cdd220729f46d1afd81b064990efa9..650e6162a858ac78818d1c94213a48b960829334 100644
(file)
--- a/
Messages.hs
+++ b/
Messages.hs
@@
-169,7
+169,7
@@
showHeader :: String -> Annex ()
showHeader h = outputMessage q $ (h ++ ": ")
showRaw :: String -> Annex ()
-showRaw
= outputMessage q
+showRaw
s = outputMessage q (s ++ "\n")
setupConsole :: IO ()
setupConsole = do