You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set explicit cwd on all spawn calls to prevent posix_spawn ENOENT
When `arb remove` runs from inside the workspace being removed, rmSync
deletes the user's cwd and subsequent Bun.spawn/Bun.$ calls crash with
ENOENT because the OS validates the inherited cwd before exec. Adding an
explicit cwd to every spawn site ensures a valid directory is always used.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments