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: avoid ln race condition in bootstrap script (#3797)
Avoid startup failures when multiple processes attempt to create the
same symlinks simultaneously.
Ensure symlinks are created and ignore errors if they already exist,
which can happen in a race condition during startup.
0 commit comments