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
Restore symlink resolution logic in LocalRuntime.writeFile()
During rebase conflict resolution, symlink resolution logic was accidentally
removed from LocalRuntime.writeFile(). This restores:
- resolvedPath: Resolves symlinks to write through them
- originalMode: Preserves file permissions across writes
The abort signal parameter addition is preserved.
0 commit comments