Skip to content

Commit 6fd5383

Browse files
Trottdanielleadams
authored andcommitted
doc: edit process.config deprecation text
PR-URL: #41889 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 83267aa commit 6fd5383

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/api/deprecations.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,10 +2893,9 @@ changes:
28932893

28942894
Type: Runtime
28952895

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

29012900
### DEP0151: Main index lookup and extension searching
29022901

0 commit comments

Comments
 (0)