Skip to content

Commit

Permalink
fix: #1430 detach cdp
Browse files Browse the repository at this point in the history
  • Loading branch information
Siykt committed Oct 10, 2023
1 parent a0af454 commit f9ea1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workflowEngine/WorkflowWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class WorkflowWorker {
currentBlock: this.currentBlock,
repeatedTasks: this.repeatedTasks,
preloadScripts: this.preloadScripts,
debugAttached: this.debugAttached,
});

this.engine.addWorker({
Expand Down

0 comments on commit f9ea1ba

Please sign in to comment.