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.
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.