AvianFlu / ncp

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

Callback only called when target directory empty #66

Open peterjwest opened 9 years ago

peterjwest commented 9 years ago

Not sure if this is something I'm doing wrong, but the callback is only called for me when the target directory doesn't exist or is empty. I'd expect it to be called regardless of this.

Vincz commented 9 years ago

I can confirm this behavior too. I have to clean the folder first.

alexcroox commented 9 years ago

Confirmed