cat: Write to stdout not stderr
This commit is contained in:
parent
9d7eb01c73
commit
81887ba633
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ runCat co = do
|
|||
, evalMode = ReadWrite
|
||||
, evalUserArgs = nixArgs co
|
||||
}
|
||||
T.hPutStrLn stderr (pretty v)
|
||||
T.hPutStrLn stdout (pretty v)
|
||||
|
||||
runRepl :: CommonOptions -> IO ()
|
||||
runRepl opts =
|
||||
|
|
Loading…
Reference in a new issue