🎨
This commit is contained in:
parent
de62f1ea6c
commit
709d2933b7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue