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: the source symlink check should be done before change source/des…
…t paths
Since the switch statement for checking source and destination paths
modify the sourcePath and DestinationPath, this breaks the checkSymlink
function.
fix: the source symlink check should be done before change source/des…
…t paths
Since the switch statement for checking source and destination paths
modify the sourcePath and DestinationPath, this breaks the checkSymlink
function.
Fix issue with source file paths not existing when creating links
without moving the files/dirs
Update error returning conventions
fix: Linksym source no longer stops execution on encountering an error