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

Promise swallowing error from datastoreInstance.find() #13

Open
iyobo opened this issue Jul 4, 2019 · 1 comment
Open

Promise swallowing error from datastoreInstance.find() #13

iyobo opened this issue Jul 4, 2019 · 1 comment

Comments

@iyobo
Copy link

iyobo commented Jul 4, 2019

datastoreInstance.find() hangs forever, but works when datastoreInstance.find({}) is used instead.
The issue is that the predicate argument is required.

The error that explains this should be bubbled to the top so it can be caught instead of waiting forever.

@jrop
Copy link
Owner

jrop commented Jul 5, 2019

Good "catch" 🤪. I'll have to look into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants