update all references to old atom-log bracket notation
This commit is contained in:
parent
1bbc6211ca
commit
9f99ba3b73
12 changed files with 19 additions and 19 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue