-
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
Customizable console.group indentation #32947
Comments
It would be possible to add an option to the console constructor that allows to modify the indentation. Would this be sufficient? It would not have any impact on the global console in that case. |
Yes! ty |
Maybe use |
@rickyes please feel free to work on it. The constructor requires a new option (e.g., |
Is your feature request related to a problem? Please describe.
The indentation width used by
console.group
is too small for me.Describe the solution you'd like
Customizable indentation width. Perhaps with a Node flag or env variable as we probably won't want to modify the
console.group
API.As a hacky workaround, I'm currently overwriting
console.group
:The text was updated successfully, but these errors were encountered: