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: highlight stack frames #27052

Closed
wants to merge 4 commits into from

Commits on Apr 9, 2019

  1. util: highlight stack frames

    Using `util.inspect` on errors is going to highlight userland and
    node_module stack frames from now on. This is done by marking Node.js
    core frames grey and frames that contain `node_modules` in their path
    yellow.
    
    That way it's easy to grasp what frames belong to what code.
    BridgeAR committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    dc2d475 View commit details
    Browse the repository at this point in the history
  2. util: only sort weak entries once

    This makes sure weak entries are only sorted once, while using the
    sorted option.
    BridgeAR committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    8444726 View commit details
    Browse the repository at this point in the history
  3. doc: update util colors

    This updates the customization of colors for `util.inspect`. A couple
    entries were missing and this also adds a reference to check for colors.
    BridgeAR committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    634e694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8723c92 View commit details
    Browse the repository at this point in the history