Write summary-line to stderr instead of stdout

master
Lennart Spitzner 2022-03-04 14:36:25 +00:00
parent bb0417d2a3
commit d6c797dc2e
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ main = B.mainFromCmdParser $ do
pure (lastLine, ecMay)
flushConcurrentOutput
unless omitSummary $ outputConcurrent lastLine
unless omitSummary $ errorConcurrent lastLine
case ecMay of
Nothing -> throwIO UserInterrupt -- essentially re-throw
Just ec -> exitWith ec