From 0878254f717f826cf53f23414472f03113b162f5 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Thu, 8 Dec 2022 15:45:19 +0100 Subject: [PATCH] Switch default behaviour: keep both stdout/stderr by default --- src-hxbrief/Main.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src-hxbrief/Main.hs b/src-hxbrief/Main.hs index ee34f7d..fadab3f 100644 --- a/src-hxbrief/Main.hs +++ b/src-hxbrief/Main.hs @@ -621,9 +621,7 @@ main = B.mainFromCmdParser $ do | keepStdout || keepBoth -> Keep | conflateStdout || conflateBoth -> Conflate | dropStdout || dropBoth -> Drop - | otherwise -> if null summarize - then Drop - else Conflate + | otherwise -> Keep , c_keepStderr = if | stderrCheckCount > 1 -> error "too many keep/drop/conflate for stderr!"