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

Uncaught promises are silently ignored #953

Closed
ariesclark opened this issue Aug 2, 2022 · 1 comment
Closed

Uncaught promises are silently ignored #953

ariesclark opened this issue Aug 2, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@ariesclark
Copy link

ariesclark commented Aug 2, 2022

If an async function throws without a catch block, nothing happens, unlike Node where the process terminates.

@ariesclark ariesclark added bug Something isn't working needs repro Needs an example to reproduce labels Aug 2, 2022
@Jarred-Sumner
Copy link
Collaborator

Yes, this definitely needs to be fixed

@Jarred-Sumner Jarred-Sumner removed the needs repro Needs an example to reproduce label Aug 2, 2022
@ariesclark ariesclark changed the title Promises are silently rejected Uncaught promises are silently ignored Aug 8, 2022
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

3 participants