Raise exception when flow fails (#2579)

This commit is contained in:
Vini Brasil
2025-04-10 13:08:32 -04:00
committed by GitHub
parent c9f47e6a37
commit 37979a0ca1

View File

@@ -1043,6 +1043,7 @@ class Flow(Generic[T], metaclass=FlowMeta):
import traceback
traceback.print_exc()
raise
def _log_flow_event(
self, message: str, color: str = "yellow", level: str = "info"