Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Added support for options parameter in console.dir() #7754

Closed

Commits on Jun 8, 2014

  1. Configuration menu
    Copy the full SHA
    cfcf6b3 View commit details
    Browse the repository at this point in the history
  2. console: console.dir() accepts options object

    This features comes from the need of adding extra options when displaying
    the object using console.dir().
    
    console.dir() accepts now a second parameter that is passed to util.inspect()
    in order to provide extra options to the output. These options are: depth, color
    and showHidden. More information about these options in util.inspect() documentation.
    xavimb committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    89cd4ad View commit details
    Browse the repository at this point in the history