add back missing newline to showRaw
This commit is contained in:
parent
cd7929034a
commit
468e52fbe3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue