You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove the Indexing progress message when exeption in withHieDb (haskell#3610)
If any exception was happening in `withHieDb`, the `post` action was
never called, leading to a stale `Indexing` message in the client.
By using `bracket`, we ensure that the `post` message is called in the
event of an exception, cleaning the confusing message in the client.
It does not change the well behaving of the indexing (i.e. if it was
crashing, it is still crashing), but at least user won't be confused by
a stale `Indexing` message.
Co-authored-by: Michael Peyton Jones <[email protected]>
0 commit comments