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 22bb7ca commit 6d78cafCopy full SHA for 6d78caf
doc/api/process.md
@@ -375,6 +375,10 @@ An example of the possible output looks like:
375
}
376
```
377
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
+
382
## process.connected
383
384
* {Boolean} Set to false after `process.disconnect()` is called
0 commit comments