Write summary-line to stderr instead of stdout
parent
bb0417d2a3
commit
d6c797dc2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue