Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assert: remove unnecessary use of __proto__
AssertionError already inherits from Error above using util.inherits(), so this extra line was redundant. test/simple/test-assert.js already tests for `instanceof`, and still passes.
- Loading branch information