🐛 Biome CLI fails when run in a background process #4988
Labels
A-CLI
Area: CLI
S-Bug-confirmed
Status: report has been confirmed as a valid bug
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Environment information
What happened?
Computer
macOS 14.6.1
Intel Macbook pro 2019
Issue
Running biome in the background caused a crash report.
justfile used to execute biome
fmt: @ ( gosimports -w . & gofumpt -l -w . & pnpm run fmt ) | wait -n
package.json script
I go the same error when running
npx biome rage | pbcopy
.This appears to happen when I'm in a nix shell.
Expected result
It should not throw an error saying it crashed from a broken pipe. I assume it has something to do with the nix environment but I'm not sure what you would need. I reported because the error message said to.
Code of Conduct
The text was updated successfully, but these errors were encountered: