-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
util: escaping object keys in util.inspect() #16979
Copy link
Copy link
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
{ '\n': '\\n' }Is it OK that we escape values here, but do not escape keys?