We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57fa49 commit 708de54Copy full SHA for 708de54
hls-test-utils/src/Test/Hls/Util.hs
@@ -292,8 +292,6 @@ waitForDiagnosticsFromSourceWithTimeout timeout document source = do
292
matches :: Diagnostic -> Bool
293
matches d = d ^. L.source == Just (T.pack source)
294
295
-
296
297
failIfSessionTimeout :: IO a -> IO a
298
failIfSessionTimeout action = action `catch` errorHandler
299
where errorHandler :: Test.SessionException -> IO a
0 commit comments