oven-sh/bun

`bun -` keeps running forever

Open

#13,196 opened on Aug 9, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (90,348 stars) (4,486 forks)batch import
bugcliconfirmed buggood first issue

Description

What version of Bun is running?

1.1.22-canary.96+df33f2b2a

What platform is your computer?

Darwin 24.1.0 arm64 arm

What steps can reproduce the bug?

run bun - it will run forever without doing a thing.

What is the expected behavior?

it should behave as bun -- so it should print the bun help message

What do you see instead?

Bun starts, prints nothing, won't end the process unless manually

Additional information

No response

Contributor guide