Write summary-line to stderr instead of stdout
parent
bb0417d2a3
commit
d6c797dc2e
|
@ -659,7 +659,7 @@ main = B.mainFromCmdParser $ do
|
||||||
pure (lastLine, ecMay)
|
pure (lastLine, ecMay)
|
||||||
|
|
||||||
flushConcurrentOutput
|
flushConcurrentOutput
|
||||||
unless omitSummary $ outputConcurrent lastLine
|
unless omitSummary $ errorConcurrent lastLine
|
||||||
case ecMay of
|
case ecMay of
|
||||||
Nothing -> throwIO UserInterrupt -- essentially re-throw
|
Nothing -> throwIO UserInterrupt -- essentially re-throw
|
||||||
Just ec -> exitWith ec
|
Just ec -> exitWith ec
|
||||||
|
|
Loading…
Reference in New Issue