Skip to content

Commit

Permalink
doc: adding description for console.debug
Browse files Browse the repository at this point in the history
Removed this description from PR #17004 and included in this PR
following review requesting changes.

Fixes: #17033 (review)
Refs: #17004 (review)
  • Loading branch information
Tiriel committed Nov 16, 2017
1 parent ec3638d commit 384a60e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@ undefined
>
```

### console.debug(data[, ...args])
<!-- YAML
added: v8.0.0
-->
* `data` {any}
* `...args` {any}

The `console.debug()` function is an alias for [`console.log()`][].

### console.dir(obj[, options])
<!-- YAML
added: v0.1.101
Expand Down

0 comments on commit 384a60e

Please sign in to comment.