This commit is contained in:
Kevin Sawicki 2017-04-19 16:44:31 -07:00
parent de62f1ea6c
commit 709d2933b7

View file

@ -96,10 +96,10 @@ describe('crashReporter module', function () {
'--application-name=Zombies',
`--crashes-directory=${crashesDir}`
], {
env: {
ELECTRON_INTERNAL_CRASH_SERVICE: 1
},
detached: true
env: {
ELECTRON_INTERNAL_CRASH_SERVICE: 1
},
detached: true
})
remote.process.crashServicePid = crashServiceProcess.pid
}