Skip to content

Commit 26a503e

Browse files
committed
doc: note that process.config can and will be changed
1 parent 714c19a commit 26a503e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/process.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ An example of the possible output looks like:
489489
}
490490
```
491491

492+
*Note: the `process.config` property is **not** read-only and there are existing
493+
modules in the ecosystem that are known to extend, modify, or entirely replace
494+
the value of `process.config`.*
495+
492496
## process.connected
493497

494498
* {Boolean} Set to false after `process.disconnect()` is called

0 commit comments

Comments
 (0)