--debug output goes to stderr again, not stdout
Reversion in version 8.20210428 Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
3586ee275f
commit
b885007f0e
3 changed files with 5 additions and 1 deletions
|
@ -270,7 +270,7 @@ debugDisplayer = do
|
|||
-- that are displayed at the same time from mixing together.
|
||||
lock <- newMVar ()
|
||||
return $ \s -> withMVar lock $ \() -> do
|
||||
S.putStr (s <> "\n")
|
||||
S.hPutStr stderr (s <> "\n")
|
||||
hFlush stderr
|
||||
|
||||
{- Should commands that normally output progress messages have that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue