Forgot to set default version in crash reporter

This commit is contained in:
Cheng Zhao 2015-04-14 17:37:22 +08:00
parent 14e05c6d68
commit 76316e5e65

View file

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