mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-16 10:19:42 +00:00
fix workflow can't save browser console log (#1102)
This commit is contained in:
parent
d649699619
commit
de19cefa64
1 changed files with 1 additions and 0 deletions
|
@ -884,6 +884,7 @@ class WorkflowService:
|
|||
if not last_step:
|
||||
return
|
||||
|
||||
await self.persist_browser_console_log(browser_state, last_step, workflow, workflow_run)
|
||||
await self.persist_har_data(browser_state, last_step, workflow, workflow_run)
|
||||
await self.persist_tracing_data(browser_state, last_step, workflow_run)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue