Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress bar missing in shell command #11183

Open
thewh1teagle opened this issue May 19, 2024 · 0 comments
Open

progress bar missing in shell command #11183

thewh1teagle opened this issue May 19, 2024 · 0 comments
Labels
bug Something isn't working shell Something to do with Bun as a shell

Comments

@thewh1teagle
Copy link

thewh1teagle commented May 19, 2024

What version of Bun is running?

Microsoft Windows NT 10.0.22631.0 x64

What platform is your computer?

Microsoft Windows NT 10.0.22631.0 x64

What steps can reproduce the bug?

Create Rust project with cargo init and then use bun script to build it with shell command

cargo init --bin hello
cd hello
bun repl
$`cargo build --release`

What is the expected behavior?

The terminal should show colors from cargo command, and progress bar while it's building

What do you see instead?

Regular white text with no progress bar

Additional information

Happen in Windows and macOS (and maybe on Linux)
It happens also outside the repl, I just used repl here for simple repro

@thewh1teagle thewh1teagle added the bug Something isn't working label May 19, 2024
@Electroid Electroid added the shell Something to do with Bun as a shell label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working shell Something to do with Bun as a shell
Projects
None yet
Development

No branches or pull requests

2 participants