diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-05 14:58:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-05 14:58:33 -0400 |
commit | d31b84c777b6ba7158be8947fc2236b2a15e29bb (patch) | |
tree | 737c18d77f4f627efc7b0db5efa8d579e6026c72 /Command/Map.hs | |
parent | 82eb082ab9a33713ed1ec3674be2b95f9b81d861 (diff) |
better display of thrown errors
Diffstat (limited to 'Command/Map.hs')
-rw-r--r-- | Command/Map.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index 7bb435ff8..940db54c8 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -175,6 +175,7 @@ scan r = do showEndOk return r' Nothing -> do + showProgress showEndFail return r |