-
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.copySync crashes while copying across devices D: #106
Comments
Platform (Windows, Linux)? Node version? Snippet code to reproduce? |
Windows 8.1, used in nw.js 0.11.5 https://github.com/nwjs/nw.js (actually it shouldn't affect node module), node.js
|
Ok, thanks. Does it work by chance if |
All the needed directories with the source file exist. |
But does it work if the destination directory already exists? |
No :( |
@jprichardson Can you reproduce? |
Nope, can't produce on Windows 10 and Node v6.5.0. Please reopen @ct-js if still an issue. |
If I try to use
fs.copySync
for copying across different disk drives, my app crashes T_T Copying across one drive works well.The text was updated successfully, but these errors were encountered: