We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1bcaa commit 88f10ceCopy full SHA for 88f10ce
ghcide/src/Development/IDE/Core/FileStore.hs
@@ -289,7 +289,7 @@ typecheckParentsAction nfp = do
289
Just rs -> do
290
liftIO $ (log $ "Typechecking reverse dependencies for " ++ show nfp ++ ": " ++ show revs)
291
`catch` \(e :: SomeException) -> log (show e)
292
- () <$ uses GetModIface rs
+ void $ uses GetModIface rs
293
294
-- | Note that some keys have been modified and restart the session
295
-- Only valid if the virtual file system was initialised by LSP, as that
0 commit comments