Skip to content

Commit fc9d4e9

Browse files
Trottbengl
authored andcommitted
doc: edit process.config deprecation text
PR-URL: #41889 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ba639d0 commit fc9d4e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/api/deprecations.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2898,10 +2898,9 @@ changes:
28982898

28992899
Type: Runtime
29002900

2901-
The `process.config` property is intended to provide access to configuration
2902-
settings set when the Node.js binary was compiled. However, the property has
2903-
been mutable by user code making it impossible to rely on. The ability to
2904-
change the value has been deprecated and will be disabled in the future.
2901+
The `process.config` property provides access to Node.js compile-time settings.
2902+
However, the property is mutable and therefore subject to tampering. The ability
2903+
to change the value will be removed in a future version of Node.js.
29052904

29062905
### DEP0151: Main index lookup and extension searching
29072906

0 commit comments

Comments
 (0)