From b6b1c6e8b446abc80a3f4b6f382407e4e262e28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 6 Dec 2025 10:04:11 +0100 Subject: Align child stdout and matched lines in output --- src/Output.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Output.hs b/src/Output.hs index 0ad1f12..b91bbdd 100644 --- a/src/Output.hs +++ b/src/Output.hs @@ -92,7 +92,7 @@ outColor OutputAlways = "0" outColor OutputTestRaw = "0" outSign :: OutputType -> Text -outSign OutputChildStdout = T.empty +outSign OutputChildStdout = " " outSign OutputChildStderr = T.pack "!" outSign OutputChildStdin = T.empty outSign OutputChildInfo = T.pack "." -- cgit v1.2.3