mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
update all references to old atom-log bracket notation
This commit is contained in:
@@ -7,8 +7,8 @@ upstream node:
|
||||
|
||||
* `process.type` String - Process's type, can be `browser` (i.e. main process)
|
||||
or `renderer`.
|
||||
* `process.versions['electron']` String - Version of Electron.
|
||||
* `process.versions['chrome']` String - Version of Chromium.
|
||||
* `process.versions.electron` String - Version of Electron.
|
||||
* `process.versions.chrome` String - Version of Chromium.
|
||||
* `process.resourcesPath` String - Path to JavaScript source code.
|
||||
* `process.mas` Boolean - For Mac App Store build, this value is `true`, for
|
||||
other builds it is `undefined`.
|
||||
|
||||
Reference in New Issue
Block a user