Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Map error kind to
PermissionDenied
when symlinking fails …
…due to permissions (denoland#25398) Fixes denoland#25333. We fall back to junctions if the error kind is `PermissionDenied` but the std library actually sets the kind to `Uncategorized` if the symlink fails due to insufficient privileges. This was causing the fallback to not actually fall back in this case.
- Loading branch information