Skip to content

Commit 592787e

Browse files
refackFishrock123
authored andcommitted
doc: error message are still major
PR-URL: #14375 Refs: #13937 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 9b22acc commit 592787e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/guides/using-internal-errors.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ to be breaking changes. By providing a permanent identifier for a specific
1515
error, we reduce the need for userland code to inspect error messages.
1616

1717
*Note*: Switching an existing error to use the `internal/errors` module must be
18-
considered a `semver-major` change. However, once using `internal/errors`,
19-
changes to `internal/errors` error messages will be handled as `semver-minor`
20-
or `semver-patch`.
18+
considered a `semver-major` change.
2119

2220
## Using internal/errors.js
2321

0 commit comments

Comments
 (0)