diff options
| -rw-r--r-- | src/Output.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 "." |