diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-10 20:43:41 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-10 20:43:41 +0100 |
commit | 694b02434ae771161d81cb66761d9f8291ebac0e (patch) | |
tree | d8a03fb007980861bb37ca76c8e085e457ddd509 /Bustle.hs | |
parent | 4273ca71933cf24cac7ed8cee27f468035bee502 (diff) |
Fill in the empty window when 'process' fails.
I broke this in fd5b7c5756710f98567a7dd0ab2df2031422b22f
Diffstat (limited to 'Bustle.hs')
-rw-r--r-- | Bustle.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |