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 error messages for UseDotNetV2 #20225

Conversation

DenisRumyantsev
Copy link
Contributor

Task name: UseDotNetV2

Description: Fixed a bug with error messages when "{}" string was printed instead of exception message. The root cause of the issue is a wrong conversion of JS object to string (using JSON.stringify) since it could work only with enumerable properties.
Documentation changes required: (Y/N) N

Added unit tests: (Y/N) N

Attached related issue: (Y/N) #20159

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

Copied from this PR.

@DenisRumyantsev DenisRumyantsev requested review from DergachevE and a team as code owners July 30, 2024 07:50
@DenisRumyantsev DenisRumyantsev merged commit 2d8aa2c into master Jul 30, 2024
11 checks passed
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.

3 participants