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
fs-extra version: 5.0.0 (checked source code in master and the issue is still there)
ensureLink shortcuts if the destination path exists, without verifying if the destination file's inode is the same as the source file. This is misleading because it is not really an "ensurance".
fs-extra
version: 5.0.0 (checked source code inmaster
and the issue is still there)ensureLink
shortcuts if the destination path exists, without verifying if the destination file's inode is the same as the source file. This is misleading because it is not really an "ensurance".Relevant code:
node-fs-extra/lib/ensure/link.js
Line 19 in 6bffcd8
The text was updated successfully, but these errors were encountered: