diff options
Diffstat (limited to 'Messages.hs')
-rw-r--r-- | Messages.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs index cec0cb8a3..8d8f916ce 100644 --- a/Messages.hs +++ b/Messages.hs @@ -212,7 +212,7 @@ commandProgressDisabled = withOutputType $ \t -> return $ case t of QuietOutput -> True JSONOutput -> True NormalOutput -> False - ConcurrentOutput _ -> True + ConcurrentOutput {} -> True {- Use to show a message that is displayed implicitly, and so might be - disabled when running a certian command that needs more control over its |