mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Background commands using the '&' operator are now fully functional. The infrastructure was already in place from PR #9631 but was intentionally disabled. This commit enables the feature by: - Uncommenting and fixing the parser code in shell.zig - Adding Subshell support to the Async state - Adding proper error checking for '&' followed by '||' - Updating tests to reflect the new functionality Fixes the issue where users got "Background commands '&' are not supported yet" error when trying to run commands in the background. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>