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 9b8e966 commit 335274bCopy full SHA for 335274b
ghcide/src/Development/IDE/Core/Shake.hs
@@ -734,12 +734,11 @@ shakeShut recorder IdeState{..} = do
734
-- request so we first abort that.
735
cancelShakeSession runner
736
void $ shakeDatabaseProfile shakeDb
737
- progressStop $ progress shakeExtras
738
- stopMonitoring
739
case res of
740
Nothing -> logWith recorder Error $ LogTimeOutShuttingDownWaitForSessionVar 1
741
Just _ -> pure ()
742
-
+ progressStop $ progress shakeExtras
+ stopMonitoring
743
744
-- | This is a variant of withMVar where the first argument is run unmasked and if it throws
745
-- an exception, the previous value is restored while the second argument is executed masked.
0 commit comments