Skip to content

Commit

Permalink
Symbolic
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jan 6, 2024
1 parent a3bc369 commit 0cb96cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/miscellaneous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ try
symlink(target, link)
rm(link)
catch
Mads.madswarn("Symbolic links cannot be created!")
if Sys.iswindows()
Mads.madscritical("Symbolic links cannot be created! Microsoft Windows may require to execute julia as an administrator or in a windows developers mode.")
Mads.madswarn("Microsoft Windows requires to execute julia as an administrator or in a windows developers mode to be able to create links.")
else
Mads.madscritical("Symbolic links cannot be created!")
Mads.madswarn("If you are using a network drive, symbolic links may not be supported.")
end
end

Expand Down

0 comments on commit 0cb96cb

Please sign in to comment.