2014-05-23 14:56:56 +00:00
|
|
|
# Process object
|
|
|
|
|
|
|
|
The `process` object in atom-shell has following differences between the one in
|
|
|
|
upstream node:
|
|
|
|
|
|
|
|
* `process.type` String - Process's type, can be `browser` or `renderer`.
|
|
|
|
* `process.versions['atom-shell']` String - Version of atom-shell.
|
2014-10-02 15:48:17 +00:00
|
|
|
* `process.versions['chrome']` String - Version of Chromium.
|
2014-10-25 23:00:23 +00:00
|
|
|
* `process.resourcesPath` String - Path to JavaScript source code.
|