-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copying a Link from One File to Another Link to the Same File errors out in isSrcSubdir
#1019
Comments
Yeah, that's a bug. Out of curiosity, how does Node's experimental |
apparently a similar error as
|
Yeah, Just to make sure I understand this, in this particular case, performing a copy wouldn't actually change anything about the makeup of the filesystem, correct? cc @manidlou |
that would be my expectation |
it does indeed look like there's an issue here. I have an electron app packaged with vite. the
|
fs-extra
version: 11.1.1Set up
Then, in node:
There are no directories involved here. The call to
copyLink
would succeed perfectly fine and do the correct thing in this case.The text was updated successfully, but these errors were encountered: