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
Currently, whenever we raise a ScriptEngineTaskRunError, we first log the error message and then we raise the exception. However, we do not include the message in the exception, which is trivial to do and would probably only help with finding causes for errors.