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
|
@ -58,6 +58,7 @@ class CrashReporter {
|
|||
|
||||
this.productName = ret.productName
|
||||
this.crashesDirectory = ret.crashesDirectory
|
||||
this.crashServicePid = ret.crashServicePid
|
||||
|
||||
if (extra == null) extra = {}
|
||||
if (extra._productName == null) extra._productName = ret.productName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue