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

There is no way to capture exceptions thrown by the backend.releases() call inside the Pecans constructor #14

Open
JCMais opened this issue Jun 24, 2024 · 0 comments

Comments

@JCMais
Copy link

JCMais commented Jun 24, 2024

First, thanks for forking the original nuts library and providing support for it!

Given the current code, if an exception is thrown by the pending promise, it will crash the process with an unhandled rejection error.

As a workaround, I am manually adding a .catch to the pending promises, but ideally the library should provide a way to avoid that.

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

1 participant