Ln : 368 to 372 of colang/v1_0/runtime/runtime.py
if status == "failed":
# TODO: make this message configurable.
result = self._internal_error_action_result(
"I'm sorry, an internal error has occurred."
)
This is very frustrating as it hides all exceptions and make it very difficult to debug any issue. Please remove this and propagate the exception. Let the client decide what to do with the exception.