-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Throwing within util.inspect.custom
can cause an ERR_INTERNAL_ASSERTION
#49177
Comments
Hey @atlowChemi @paperdave , as someone new to this project, will this issue be a good point to start? |
@Manish4044 this is an issue which the solution is not likely to face any objection, so it would probably be OK. 🙂 |
The issue is in the node/lib/internal/util/inspect.js Lines 1544 to 1556 in ccf46ba
It is therefore very straight forward to fix. |
Thanks @atlowChemi @BridgeAR I will try to to use these info and fix the problem. |
Version
20.5.1
Platform
Darwin paperback.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020 arm64
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Every Time
What is the expected behavior? Why is that the expected behavior?
To throw the error without an internal assertion error.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: