Also output info to stderr
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user