-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Customizable console.group indentation #32947
Copy link
Copy link
Closed
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Is your feature request related to a problem? Please describe.
The indentation width used by
console.groupis 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.groupAPI.As a hacky workaround, I'm currently overwriting
console.group: