Ignore invalid parameter error in crash service process
This commit is contained in:
parent
4c531e909b
commit
13b4c8bb06
2 changed files with 8 additions and 5 deletions
|
@ -23,11 +23,6 @@ describe('crash-reporter module', function () {
|
|||
w.destroy()
|
||||
})
|
||||
|
||||
// It is not working on 64bit Windows.
|
||||
if (process.platform === 'win32' && process.arch === 'x64') {
|
||||
return
|
||||
}
|
||||
|
||||
if (process.mas) {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue