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
  • Loading branch information
jasnell committed Apr 19, 2016
1 parent 714c19a commit 26a503e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,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 26a503e

Please sign in to comment.