oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.37k stars 2.78k forks source link

Bun shell strips output colors #11046

Open yus-ham opened 6 months ago

yus-ham commented 6 months ago

What version of Bun is running?

1.1.8

What platform is your computer?

Linux 6.8.0-31-generic x86_64 x86_64

What steps can reproduce the bug?

$`bun install`
$`php composer.phar install`

What is the expected behavior?

this is when uses Bun.spawn image

What do you see instead?

Looks like running commands other than bun, the color gone image

Additional information

Adding FORCE_COLOR=1 nothing worked

mavyfaby commented 5 days ago

any updates?