vinyl-fs icon indicating copy to clipboard operation
vinyl-fs copied to clipboard

Drop recursive readlink when we drop Node 10

Open phated opened this issue 1 year ago • 0 comments

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 https://github.com/gulpjs/vinyl-fs/pull/333#discussion_r1225647122

phated avatar Jun 10 '23 23:06 phated