Also output info to stderr
This commit is contained in:
parent
543c17ee12
commit
013fa1ae66
@ -355,7 +355,7 @@ getHomeDirectory = do
|
|||||||
|
|
||||||
|
|
||||||
_info :: String -> IO ()
|
_info :: String -> IO ()
|
||||||
_info = putStrLn . color Green
|
_info = _stderr . color Green
|
||||||
|
|
||||||
_warn :: String -> IO ()
|
_warn :: String -> IO ()
|
||||||
_warn = _stderr . color Yellow
|
_warn = _stderr . color Yellow
|
||||||
|
Loading…
Reference in New Issue
Block a user