update all references to old atom-log bracket notation

This commit is contained in:
Zeke Sikelianos 2016-04-29 18:35:02 -07:00
parent 1bbc6211ca
commit 9f99ba3b73
12 changed files with 19 additions and 19 deletions

View file

@ -44,7 +44,7 @@ describe('crash-reporter module', function () {
if (called) return
called = true
assert.equal(fields['prod'], 'Electron')
assert.equal(fields['ver'], process.versions['electron'])
assert.equal(fields['ver'], process.versions.electron)
assert.equal(fields['process_type'], 'renderer')
assert.equal(fields['platform'], process.platform)
assert.equal(fields['extra1'], 'extra1')