We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d34bac commit f76bff4Copy full SHA for f76bff4
ghcide/src/Development/IDE/Core/Shake.hs
@@ -826,7 +826,7 @@ runWithShake f = do
826
-- prepare the restart
827
stopShakeSession :: RestartArguments -> IO Seconds
828
stopShakeSession RestartArguments{restartIdeState=IdeState{..}, ..} = do
829
- withMVar shakeSession
+ withMVarMasked shakeSession
830
(\runner -> do
831
(stopTime,()) <- duration $ logErrorAfter 10 $ cancelShakeSession runner
832
keys <- restartActionBetweenShakeSession
0 commit comments