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
Foundation: correct error code for invalid symlink on Windows
Change the path that is used for the `NSError` as the invalid input is
material to the calculation of the proper error code. When the
unresolved path is empty, the error code should be
`.fileReadInvalidFileName` rather than `.fileReadNoSuchFile`. This
now matches the expectation.
0 commit comments