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 f8220ba commit 92e4ac1Copy full SHA for 92e4ac1
ghcide/src/Development/IDE/Core/Shake.hs
@@ -766,8 +766,8 @@ shakeRestart recorder IdeState{..} vfs reason acts ioActionBetweenShakeSession =
766
withMVar'
767
shakeSession
768
(\runner -> do
769
- signalBarrier barrier ()
770
(stopTime,()) <- duration $ logErrorAfter 10 $ cancelShakeSession runner
+ signalBarrier barrier ()
771
keys <- ioActionBetweenShakeSession
772
atomically $ modifyTVar' (dirtyKeys shakeExtras) $ \x -> foldl' (flip insertKeySet) x keys
773
res <- shakeDatabaseProfile shakeDb
0 commit comments