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

nbc handling of request exception rejecting rather than throwing #119

Merged
merged 3 commits into from
Nov 2, 2021

Conversation

aricart
Copy link
Member

@aricart aricart commented Nov 2, 2021

undid a fix on a test that hid an actual issue where the request, which returns a promise was also throwing - on deno this doesn't happen and the promise is rejected properly - on node because the function is not async, it actually does throw instead of rejecting the request.

…ch returns a promise was also throwing - on deno this doesn't happen and the promise is rejected properly - on node beause the function is not async, it actually does throw instead of reject the request.
@aricart aricart temporarily deployed to CI November 2, 2021 18:07 Inactive
@aricart aricart temporarily deployed to CI November 2, 2021 18:07 Inactive
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aricart aricart temporarily deployed to CI November 2, 2021 20:19 Inactive
@aricart aricart temporarily deployed to CI November 2, 2021 20:19 Inactive
@aricart aricart merged commit 8f580e3 into master Nov 2, 2021
@aricart aricart deleted the request-assert branch November 2, 2021 20:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants