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 65ea05e commit 98b558cCopy full SHA for 98b558c
CHANGELOG.md
@@ -4,9 +4,9 @@
4
5
- Fix
6
[`BaseError.normalize(error, NewErrorClass)`](README.md#errorclassnormalizeerror-newerrorclass).
7
- `error` is converted to `NewErrorClass` if it was an instance of a
8
- `BaseError`'s subclass. However, `error` was not converted when it was an
9
- instance of `BaseError` itself, which was incorrect.
+ `error` is not converted to `NewErrorClass` if it is an instance of a
+ `BaseError`'s subclass. However, `error` was converted when it was an instance
+ of `BaseError` itself, which was incorrect.
10
11
# 7.1.2
12
0 commit comments