Skip to content

Commit

Permalink
remove the mask
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed May 21, 2024
1 parent a8ecbf9 commit c11f001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir = do
-- void $ wait as
-- asyncRes <- async $ getOptions file
-- return (asyncRes, wait asyncRes)
opts <- UnlifIO.withMVarMasked cradleLock $ \_ -> getOptions file
opts <- UnlifIO.withMVar cradleLock $ \_ -> getOptions file
pure $ (fmap . fmap) toAbsolutePath opts


Expand Down

0 comments on commit c11f001

Please sign in to comment.