Skip to content

fix readme + add missing wait flags#19

Merged
ctate merged 3 commits intomainfrom
ctate/update-readme
Jan 12, 2026
Merged

fix readme + add missing wait flags#19
ctate merged 3 commits intomainfrom
ctate/update-readme

Conversation

@ctate
Copy link
Collaborator

@ctate ctate commented Jan 12, 2026

No description provided.

@vercel
Copy link
Contributor

vercel bot commented Jan 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
agent-browser Ignored Ignored Jan 12, 2026 7:19am


// Check for --load flag: wait --load networkidle
if let Some(idx) = rest.iter().position(|&s| s == "--load" || s == "-l") {
let state = rest.get(idx + 1).unwrap_or(&"load");
Copy link
Contributor

@vercel vercel bot Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The --load flag handler silently defaults to "load" instead of reporting a MissingArguments error when the flag is provided without a value

Fix on Vercel

@ctate ctate merged commit 2784667 into main Jan 12, 2026
9 checks passed
timothywangdev pushed a commit to timothywangdev/banana-browser that referenced this pull request Mar 17, 2026
* fix inaccuracies

* fix wait

* address feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant