Skip to content

Commit d4eea66

Browse files
authored
Missed this during PR fixes (#3009)
1 parent 73652d7 commit d4eea66

File tree

1 file changed

+1
-1
lines changed
  • ghcide/src/Development/IDE/Plugin

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Plugin/HLS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extensiblePlugins recorder xs = mempty { P.pluginHandlers = handlers }
202202
handlers = fmap (\(plid,_,handler) -> (plid,handler)) fs
203203
es <- runConcurrently msg (show m) handlers ide params
204204
let (errs,succs) = partitionEithers $ toList es
205-
unless (null errs) $ forM_ errs $ \err -> logWith recorder Error $ LogPluginError err
205+
unless (null errs) $ forM_ errs $ \err -> logWith recorder Warning $ LogPluginError err
206206
case nonEmpty succs of
207207
Nothing -> pure $ Left $ combineErrors errs
208208
Just xs -> do

0 commit comments

Comments
 (0)