Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually error if path does not exist
For whatever reason, Julia < 1.2 on Windows does not error on realpath if the path does not exist. This is nonstandard behaviour, but the behaviour nonetheless. We need to try to construct the real path, and then manually check if the path exists.
- Loading branch information