AvianFlu / ncp

Asynchronous recursive file copying with Node.js.
MIT License
680 stars 103 forks source link

Fixed overwrite while copying large number of files #134

Open StarkDevelopers opened 4 years ago

StarkDevelopers commented 4 years ago

Try copy and overwriting 200+ files from one directory to another directory where all those files already exist. You will notice that the node process will be completed but files were not copied.