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

fix: use propper unhandled rejection error serialization #999

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

KuznetsovRoman
Copy link
Member

@KuznetsovRoman KuznetsovRoman commented Aug 14, 2024

As JSON.stringify of Error is {}, it is not the best thing to use, as well as String(Error), which does not include "stack"

util.inspect solves the problem.

@KuznetsovRoman KuznetsovRoman merged commit 8b9f70f into master Aug 14, 2024
2 checks passed
@KuznetsovRoman KuznetsovRoman deleted the INFRADUTY-27296 branch August 14, 2024 12:43
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.

2 participants