-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
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.
Description
Activity
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.
strings are cut off well below the limit of the tty's capacity, resulting in difficult to grok output
@BridgeAR