fix: small refactoring regressions (#15206)
* fix: require('@electron/internal/browser/guest-view-manager') * fix: add missing crashServicePid used by tests
This commit is contained in:
parent
a369a4172b
commit
508551b81b
4 changed files with 9 additions and 4 deletions
2
spec/fixtures/api/crash-restart.html
vendored
2
spec/fixtures/api/crash-restart.html
vendored
|
@ -19,7 +19,7 @@ crashReporter.start({
|
|||
})
|
||||
|
||||
if (process.platform === 'win32') {
|
||||
ipcRenderer.sendSync('crash-service-pid', crashReporter._crashServiceProcess.pid)
|
||||
ipcRenderer.sendSync('crash-service-pid', crashReporter.crashServicePid)
|
||||
}
|
||||
|
||||
setImmediate(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue