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 e52ec08 commit 83a2e8cCopy full SHA for 83a2e8c
src/Control/Distributed/Process/Management/Agent.hs
@@ -94,7 +94,7 @@ mxAgentController forkProcess mv = do
94
-- (e.g., passing unevaluated thunks that will crash when
95
-- they're eventually forced) are thus silently ignored.
96
--
97
- matchAny (\msg -> liftIO $ broadcast bus tracer msg)
+ matchAny (liftIO . broadcast bus tracer)
98
] `catches` [Handler (\ThreadKilled -> die "Killed"),
99
Handler (\(_ :: SomeException) -> return ())]
100
0 commit comments