Fix darwin platform name
This commit is contained in:
parent
af7702d0f2
commit
272a0824e8
1 changed files with 1 additions and 1 deletions
2
spec/fixtures/api/crash-restart.html
vendored
2
spec/fixtures/api/crash-restart.html
vendored
|
@ -19,7 +19,7 @@ crashReporter.start({
|
|||
})
|
||||
|
||||
setImmediate(() => {
|
||||
if (process.platform === 'darwin2') {
|
||||
if (process.platform === 'darwin') {
|
||||
crashReporter.setExtraParameter('extra2', 'extra2')
|
||||
crashReporter.setExtraParameter('extra3', null)
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue