mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Forgot to set default version in crash reporter
This commit is contained in:
@@ -23,7 +23,7 @@ class CrashReporter
|
||||
|
||||
extra._productName ?= @productName
|
||||
extra._companyName ?= companyName
|
||||
extra._version ?=
|
||||
extra._version ?= app.getVersion()
|
||||
|
||||
start = => binding.start @productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra
|
||||
|
||||
|
||||
Reference in New Issue
Block a user