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
I noticed when I'm moving a folder into itself like
fse.move('/Users/dustin/fstest/test', '/Users/dustin/fstest/test/test'
the folder gets deleted.
I expected an error or something but not this. Is this a bug?
Best regards
Dustin
The text was updated successfully, but these errors were encountered:
Hi,
I noticed when I'm moving a folder into itself like
fse.move('/Users/dustin/fstest/test', '/Users/dustin/fstest/test/test'
the folder gets deleted.
I expected an error or something but not this. Is this a bug?
Best regards
Dustin
The text was updated successfully, but these errors were encountered: