From 256e7d75e95ef6d54c67a4f86f5813884937f88c Mon Sep 17 00:00:00 2001 From: Nick Suchecki Date: Fri, 1 Jul 2022 19:41:14 -0400 Subject: [PATCH] Missed this during PR fixes --- ghcide/src/Development/IDE/Plugin/HLS.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/src/Development/IDE/Plugin/HLS.hs b/ghcide/src/Development/IDE/Plugin/HLS.hs index 5a2f0a38a3..bd192f18e8 100644 --- a/ghcide/src/Development/IDE/Plugin/HLS.hs +++ b/ghcide/src/Development/IDE/Plugin/HLS.hs @@ -202,7 +202,7 @@ extensiblePlugins recorder xs = mempty { P.pluginHandlers = handlers } handlers = fmap (\(plid,_,handler) -> (plid,handler)) fs es <- runConcurrently msg (show m) handlers ide params let (errs,succs) = partitionEithers $ toList es - unless (null errs) $ forM_ errs $ \err -> logWith recorder Error $ LogPluginError err + unless (null errs) $ forM_ errs $ \err -> logWith recorder Warning $ LogPluginError err case nonEmpty succs of Nothing -> pure $ Left $ combineErrors errs Just xs -> do