summaryrefslogtreecommitdiff
path: root/Bustle.hs
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-05-10 20:43:41 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-05-10 20:43:41 +0100
commit694b02434ae771161d81cb66761d9f8291ebac0e (patch)
treed8a03fb007980861bb37ca76c8e085e457ddd509 /Bustle.hs
parent4273ca71933cf24cac7ed8cee27f468035bee502 (diff)
Fill in the empty window when 'process' fails.
Diffstat (limited to 'Bustle.hs')
-rw-r--r--Bustle.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bustle.hs b/Bustle.hs
index 35a035d..f892c30 100644
--- a/Bustle.hs
+++ b/Bustle.hs
@@ -186,8 +186,8 @@ loadLogWith act f = do
where llw' = do
input <- etio show $ readFile f
log <- toET (("Parse error " ++) . show) $ readLog input
- misc <- lift act
shapes <- toET id $ process (upgrade log)
+ misc <- lift act
lift (displayLog misc f shapes)