davglass / cpr

Nodejs cp -R
Other
79 stars 80 forks source link

What is the behavior when an error happens? #15

Closed fresheneesz closed 8 years ago

fresheneesz commented 8 years ago

Does it skip over that particular file and keep going or does it stop where it was and return the error?

davglass commented 8 years ago

It continues to run and returns an error object in the callback with all of the files that it failed to copy.