From 9121e94e62c6f77af5c0eb1a0c7e98520d0709f3 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 18 Apr 2016 21:26:30 -0700 Subject: [PATCH] doc: note that process.config can and will be changed PR-URL: https://github.com/nodejs/node/pull/6266 Reviewed-By: Ben Noordhuis --- doc/api/process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index c7f2567ccf5aff..494a57ffe6be33 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -375,6 +375,10 @@ An example of the possible output looks like: } ``` +*Note: the `process.config` property is **not** read-only and there are existing +modules in the ecosystem that are known to extend, modify, or entirely replace +the value of `process.config`.* + ## process.connected * {Boolean} Set to false after `process.disconnect()` is called