-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
console: fix table() output #27917
console: fix table() output #27917
Conversation
can we just remove the thingy that adds weird string addition to the output of util.inspect? i feel like this fixes a symptom rather than the problem. |
I'm going to land this to get at least a minimal fix but no objection at all to a separate PR to try to simplify the util.inspect implementation. |
Fixes: nodejs#27915 PR-URL: nodejs#27917 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Landed in b8bdf0e |
Fixes: #27915 PR-URL: #27917 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Fixes: #27915
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes