Skip to content

1.0.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 05:26
· 1 commit to master since this release
Allow symlinked directories to be registered.

We already allow symlinks in the parents of the registered directory, so we
might as well allow the symlinked directory itself to be registered.

Also centralized the logic for checking that a path is indeed a directory.
This allows us to get rid of another Lstat call.