Node 10 on Windows throws a EPERM when we fs.stat on a symlink to a directory. We work around this by recursively readlink on symlinks found by source, but we can remove this workaround when we drop Node 10 support.
Originally posted by @phated in #333 (comment)
Node 10 on Windows throws a EPERM when we
fs.staton a symlink to a directory. We work around this by recursively readlink on symlinks found by source, but we can remove this workaround when we drop Node 10 support.Originally posted by @phated in #333 (comment)