Skip to content

Commit c31a375

Browse files
soulomoonwz1000
andauthored
Update ghcide/src/Development/IDE/Core/FileExists.hs
Co-authored-by: wz1000 <[email protected]>
1 parent 7b7ea4d commit c31a375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/FileExists.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ modifyFileExists :: IdeState -> [(NormalizedFilePath, FileChangeType)] -> IO [Ke
111111
modifyFileExists state changes = do
112112
FileExistsMapVar var <- getIdeGlobalState state
113113
-- Masked to ensure that the previous values are flushed together with the map update
114-
keys <- mask_ $ atomicallyNamed "modifyFileExists" $ do
114+
mask_ $ atomicallyNamed "modifyFileExists" $ do
115115
forM_ changes $ \(f,c) ->
116116
case fromChange c of
117117
Just c' -> STM.focus (Focus.insert c') f var

0 commit comments

Comments
 (0)