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
fixup: add doc
  • Loading branch information
BridgeAR committed Apr 4, 2018
commit 4fbb209fa1ef6c21394297f40048317f770d8840
1 change: 1 addition & 0 deletions doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ and:
* `code` {string} This is always set to the string `ERR_ASSERTION` to indicate
that the error is actually an assertion error.
* `operator` {string} Set to the passed in operator value.
* `rawMessage` {string} Identical to the message, but without any colors.

```js
const assert = require('assert');
Expand Down