Skip to content

Commit

Permalink
Update actionHandler.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
hillary-mutisya committed Jan 18, 2025
1 parent 95fa3a2 commit aa6cb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/packages/agents/browser/src/agent/actionHandler.mts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function updateBrowserContext(
// TODO: Handle the case where no clients were found. Prompt the user
// to launch inline browser or run automation in the headless browser.
return;
}
}

if (data.method) {
switch (data.method) {
Expand Down

0 comments on commit aa6cb7d

Please sign in to comment.