Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install --sudo destination path must exist to be canonicalized (#1352)
`fs::canonicalize` calls `realpath` which requires the dest path to exist. It doesn't when installing the extension for the first time (and a new version of the extension for subsequent times). So...best we can [1] do is trust that @eeeebbbbrrrr 's canonicalization works. 🚀 [1]: https://stackoverflow.com/questions/68231306/stdfscanonicalize-for-files-that-dont-exist
- Loading branch information