Forgot to set default version in crash reporter
This commit is contained in:
parent
14e05c6d68
commit
76316e5e65
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class CrashReporter
|
||||||
|
|
||||||
extra._productName ?= @productName
|
extra._productName ?= @productName
|
||||||
extra._companyName ?= companyName
|
extra._companyName ?= companyName
|
||||||
extra._version ?=
|
extra._version ?= app.getVersion()
|
||||||
|
|
||||||
start = => binding.start @productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra
|
start = => binding.start @productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue