-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
util.inspect cuts off strings too earlyΒ #27690
Copy link
Copy link
Closed
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Metadata
Metadata
Assignees
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Type
Fields
Give feedbackNo fields configured for issues without a type.
strings are cut off well below the limit of the tty's capacity, resulting in difficult to grok output
@BridgeAR