diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 01:54:28 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 01:54:28 -0400 |
| commit | a0fb0f99284a077e0179bdefc828fa0c39304f9f (patch) | |
| tree | e3ab684ad577240c9abee4a68bf35e082c1a5e2c /src/Propellor/Message.hs | |
| parent | 9eda7acf39d4f7b2e066ad8736e558c8c24804cf (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Message.hs')
| -rw-r--r-- | src/Propellor/Message.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Message.hs b/src/Propellor/Message.hs index 4721449d..afbed1ca 100644 --- a/src/Propellor/Message.hs +++ b/src/Propellor/Message.hs @@ -59,7 +59,6 @@ colorLine intensity color msg = do errorMessage :: String -> IO a errorMessage s = do liftIO $ colorLine Vivid Red $ "** error: " ++ s - hFlush stdout error "Cannot continue!" -- | Causes a debug message to be displayed when PROPELLOR_DEBUG=1 |
