mirror of
https://github.com/langgenius/dify.git
synced 2026-04-06 16:22:11 +08:00
fix bug
This commit is contained in:
parent
63addf8c94
commit
88dcd7b737
@ -94,6 +94,8 @@ class WorkflowLoggingCallback(WorkflowCallback):
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
event=event
|
||||
)
|
||||
else:
|
||||
self.print_text(f"\n[{event.__class__.__name__}]", color='blue')
|
||||
|
||||
def on_workflow_node_execute_started(
|
||||
self,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user