-
Notifications
You must be signed in to change notification settings - Fork 773
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
fse.move directories across multiple devices doesn't work #108
Comments
Awesome, thanks! Looking into it.. |
Got VM setup, mounted an external device, verified problem. Working on a fix... |
Fixed. Relevant test here: https://github.com/jprichardson/node-fs-extra/blob/master/test/move.test.js#L171 I'm looking over some |
Published. Changelog: https://github.com/jprichardson/node-fs-extra/releases/tag/0.16.0 |
thanks! |
Create a dir on another device:
Then try to move it:
fs.move reports success, and deletes the old directory, but does not actually create the new directory. It just creates an empty 0-length file.
Tested on Linux ip-10-37-137-70 3.10.42-52.145.amzn1.x86_64 #1 SMP Tue Jun 10 23:46:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: