Skip to content
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

util: add an option for configuring break length #7499

Merged
merged 1 commit into from
Jul 5, 2016

Commits on Jul 5, 2016

  1. util: add an option for configuring break length

    This commit adds a breakLength option to util.inspect(). This
    option allows users to control the length at which object keys
    are split across multiple lines. For backwards compatibility,
    this option defaults to 60.
    
    Fixes: nodejs#7305
    PR-URL: nodejs#7499
    Reviewed-By: Evan Lucas <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    cjihrig committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    a2ee21d View commit details
    Browse the repository at this point in the history