mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Break a long line
This commit is contained in:
parent
008c3638a5
commit
f34642cbac
@ -464,7 +464,8 @@ recompile force = io $ do
|
|||||||
ghcErr <- readFile err
|
ghcErr <- readFile err
|
||||||
let msg = unlines $
|
let msg = unlines $
|
||||||
["Error detected while loading xmonad configuration file: " ++ src]
|
["Error detected while loading xmonad configuration file: " ++ src]
|
||||||
++ lines (if (null ghcErr) then show status else ghcErr) ++ ["","Please check the file for errors."]
|
++ lines (if null ghcErr then show status else ghcErr)
|
||||||
|
++ ["","Please check the file for errors."]
|
||||||
-- nb, the ordering of printing, then forking, is crucial due to
|
-- nb, the ordering of printing, then forking, is crucial due to
|
||||||
-- lazy evaluation
|
-- lazy evaluation
|
||||||
hPutStrLn stderr msg
|
hPutStrLn stderr msg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user