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:
Milan Burda 2018-10-17 21:18:18 +02:00 committed by Shelley Vohr
parent a369a4172b
commit 508551b81b
4 changed files with 9 additions and 4 deletions

View file

@ -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