mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
When `symlink`, `link` or `rename` report EEXIST, ENOTEMPTY or EPERM - the destination file name should be included in the error message, instead of source file name. fix #6510