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', '--application-name=Zombies',
`--crashes-directory=${crashesDir}` `--crashes-directory=${crashesDir}`
], { ], {
env: { env: {
ELECTRON_INTERNAL_CRASH_SERVICE: 1 ELECTRON_INTERNAL_CRASH_SERVICE: 1
}, },
detached: true detached: true
}) })
remote.process.crashServicePid = crashServiceProcess.pid remote.process.crashServicePid = crashServiceProcess.pid
} }