Ignore invalid parameter error in crash service process

This commit is contained in:
Cheng Zhao 2016-05-23 08:59:34 +09:00
parent 4c531e909b
commit 13b4c8bb06
2 changed files with 8 additions and 5 deletions

View file

@ -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
}