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 <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
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

+1-3
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)