AvianFlu / ncp

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

1.0.0 breaks my code #62

Open fresheneesz opened 9 years ago

fresheneesz commented 9 years ago

Is there a reason you changed the major version? Are there breaking changes? It sure seems that way. My previously working code (with version 0.6.0) now never get its callback called (for error or otherwise) in version 1.0.0. It seems like something major must be broken in the new version

zetlen commented 9 years ago

This is also happening to me. Trying to gin up a repro.

fresheneesz commented 8 years ago

Update: I'm now getting callbacks, but i'm getting repeat callbacks when there are no errors. Why?