Skip to content

Commit

Permalink
doc: note that process.config can and will be changed
Browse files Browse the repository at this point in the history
PR-URL: nodejs#6266
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
jasnell committed Jul 5, 2016
1 parent 84f51b9 commit 263b1d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 263b1d9

Please sign in to comment.