We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: