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

Handle UnhandledPromiseRejectionWarning when querying for something that's not there. #1

Open
TokenChingy opened this issue Oct 20, 2018 · 1 comment
Assignees
Labels
bug Something isn't working low priority

Comments

@TokenChingy
Copy link
Owner

Need to find an elegant solution to handle a case where you query for something but the response won't send because an error is thrown but not handled therefor stalling the response.

Example, deleting a record from the collection and trying to delete it again.

@TokenChingy TokenChingy self-assigned this Oct 20, 2018
@TokenChingy TokenChingy added the bug Something isn't working label Oct 20, 2018
@TokenChingy
Copy link
Owner Author

I'm probably going to fix this when I write the logic for the data operator's that do comparators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority
Projects
None yet
Development

No branches or pull requests

1 participant