propellor spin

This commit is contained in:
Joey Hess 2014-07-07 01:54:28 -04:00
parent 9eda7acf39
commit a0fb0f9928
Failed to extract signature
1 changed files with 0 additions and 1 deletions

View File

@ -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