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
We check for the presence of interpreter and Cog VMs, only building them if their containing directories are missing.
Windows has funny ideas about removing directories, in that FileUtils#rm_dir doesn't fail if the directory had files open in it and hence deletion couldn't take place.
Sometimes we do deliberately want to overwrite existing VMs.
The text was updated successfully, but these errors were encountered:
We check for the presence of interpreter and Cog VMs, only building them if their containing directories are missing.
Windows has funny ideas about removing directories, in that
FileUtils#rm_dir
doesn't fail if the directory had files open in it and hence deletion couldn't take place.Sometimes we do deliberately want to overwrite existing VMs.
The text was updated successfully, but these errors were encountered: