Skip to content

Commit 9121e94

Browse files
jasnellMyles Borins
authored and
Myles Borins
committed
doc: note that process.config can and will be changed
PR-URL: #6266 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 4107b5d commit 9121e94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/process.md

+4
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ An example of the possible output looks like:
375375
}
376376
```
377377

378+
*Note: the `process.config` property is **not** read-only and there are existing
379+
modules in the ecosystem that are known to extend, modify, or entirely replace
380+
the value of `process.config`.*
381+
378382
## process.connected
379383

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

0 commit comments

Comments
 (0)