This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Wrong EEXIST error message for fs.linkSync
#6510
Labels
fs.linkSync
#6510
On Node v0.10.22, the
EEXIST
error message forfs.linkSync
is mixed up.It should be
file already exists: 'b'
instead, I think.The text was updated successfully, but these errors were encountered: