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
At the moment when an assertion fails it throws a ProcessFailedException. This helps when debugging PR's, but it's probably not something we'd like to do for the first release of this package.
At the moment when an assertion fails it throws a
ProcessFailedException
. This helps when debugging PR's, but it's probably not something we'd like to do for the first release of this package.A solution could be to try/catch it:
Doing this in the worker would solve it; but it returns a pretty obscure error:
I haven't made the PR for this just yet because of it, but also curious what others think of it.
The text was updated successfully, but these errors were encountered: