Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull on non-existent element #9

Open
dankox opened this issue Mar 3, 2020 · 1 comment
Open

pull on non-existent element #9

dankox opened this issue Mar 3, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dankox
Copy link
Owner

dankox commented Mar 3, 2020

When doing pull on non-existent element it might get stuck.

Need to check if it's only on elements which has the name presented but not under that type, or if the problem is with non-existent directory in that time, or what....

@dankox dankox added the bug Something isn't working label Mar 3, 2020
@dankox
Copy link
Owner Author

dankox commented Mar 3, 2020

This should be resolved in commit b3a5075

The main problem was promiseAll() function, when passed empty list. *.map() probably create some weird stuff there and check on empty list of promises didn't work properly.

@dankox dankox added this to the version 0.5 milestone Mar 5, 2020
@dankox dankox self-assigned this Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant