We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e42c5 commit 7f11634Copy full SHA for 7f11634
doc/api/process.md
@@ -489,6 +489,10 @@ An example of the possible output looks like:
489
}
490
```
491
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
+
496
## process.connected
497
498
* {Boolean} Set to false after `process.disconnect()` is called
0 commit comments