Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: fix level of headings in errors.md
  • Loading branch information
vsemozhetbyt committed Feb 26, 2017
commit 5a1cfac2d5f39f748ebd2884ce60773feb729d4b
4 changes: 2 additions & 2 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ will affect any stack trace captured *after* the value has been changed.
If set to a non-number value, or set to a negative number, stack traces will
not capture any frames.

#### error.message
### error.message

* {String}

Expand All @@ -271,7 +271,7 @@ console.error(err.message);
// Prints: The message
```

#### error.stack
### error.stack

* {String}

Expand Down