You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
the arguments were swapped, so fs.symlink{Sync,} would
report that the wrong file EEXIST'd in error.
Fixes: #8651Fixes: #4314Fixes: #5381
PR-URL: #8657
Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
Similar to #6510 (cc @indutny), the error message for
fs.symlinkSync
(andfs.symlink
, perhaps) is mixed up:I think it should be:
Error: EEXIST, file already exists 'b'
I'm using Node v0.10.33.
The text was updated successfully, but these errors were encountered: