Merge pull request #5353 from electron/update-old-bracket-notation-in-translations
update all references to old atom-log bracket notation
This commit is contained in:
commit
fe3c78ad84
12 changed files with 19 additions and 19 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue