-
Notifications
You must be signed in to change notification settings - Fork 14
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
bluebird unhappy with non-writable 'stack' property #9
Comments
mvayngrib
changed the title
native Error's property 'stack' is writable, error-ex's is not
bluebird unhappy with non-writable 'stack' property
Jun 4, 2018
It is :) I just check to see if we've overridden the original stack since we (luckily) acquire it each time anyway. |
Fix published as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it annoys the bluebird promise library, which complains about promises being rejected with non-errors :)
The text was updated successfully, but these errors were encountered: