We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3669c75 commit c420c89Copy full SHA for c420c89
1 file changed
lib/assert.js
@@ -47,6 +47,7 @@ assert.AssertionError = function AssertionError (options) {
47
Error.captureStackTrace(this, stackStartFunction);
48
}
49
};
50
+process.inherits(assert.AssertionError, Error);
51
52
assert.AssertionError.prototype.toString = function() {
53
if (this.message) {
0 commit comments