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 601e916 commit 4a56b30Copy full SHA for 4a56b30
src/Development/IDE/Core/Shake.hs
@@ -270,7 +270,7 @@ workerThread i@IdeState{shakeQueue=sq@ShakeQueue{..},..} = do
270
cancel
271
mapM_ (requeueIfCancelled sq) ds)
272
-- shakeRun already catches exceptions from the actions
273
- _res <- wait
+ _res <- try @SomeException wait
274
-- Action finished, nothing to abort now
275
writeVar qabort id
276
return ()
0 commit comments