prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Fix callback behavior with multiple root paths #31

Closed sberan closed 9 years ago

sberan commented 9 years ago

This is a bug I encountered with the new async code in #28. When multiple root paths are given, the callback was firing too early.

prrrnd commented 9 years ago

Thanks - Would you have time to look at why the tests are failing?

sberan commented 9 years ago

@prrrnd Fixed!

prrrnd commented 9 years ago

:+1: