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
`createSymbolicLink` documents that it may fail with
UnsupportedOperationException on OS where symbolic links cannot be used,
but it turns out that in practice it fails with FileSystemException on
Windows when you don't have enough privileges to create symbolic links.
0 commit comments