propellor spin
This commit is contained in:
parent
9eda7acf39
commit
a0fb0f9928
|
@ -59,7 +59,6 @@ colorLine intensity color msg = do
|
||||||
errorMessage :: String -> IO a
|
errorMessage :: String -> IO a
|
||||||
errorMessage s = do
|
errorMessage s = do
|
||||||
liftIO $ colorLine Vivid Red $ "** error: " ++ s
|
liftIO $ colorLine Vivid Red $ "** error: " ++ s
|
||||||
hFlush stdout
|
|
||||||
error "Cannot continue!"
|
error "Cannot continue!"
|
||||||
|
|
||||||
-- | Causes a debug message to be displayed when PROPELLOR_DEBUG=1
|
-- | Causes a debug message to be displayed when PROPELLOR_DEBUG=1
|
||||||
|
|
Loading…
Reference in New Issue