diff --git a/src-hxbrief/Main.hs b/src-hxbrief/Main.hs index 2abac4d..c8d6c7e 100644 --- a/src-hxbrief/Main.hs +++ b/src-hxbrief/Main.hs @@ -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