Restart crash service in each spec
This commit is contained in:
parent
a7a92e1cd3
commit
de62f1ea6c
5 changed files with 55 additions and 5 deletions
|
@ -56,7 +56,7 @@ class CrashReporter {
|
|||
const env = {
|
||||
ELECTRON_INTERNAL_CRASH_SERVICE: 1
|
||||
}
|
||||
spawn(process.execPath, args, {
|
||||
this._crashServiceProcess = spawn(process.execPath, args, {
|
||||
env: env,
|
||||
detached: true
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue