💄 Wrong IP for default crash reporter server.
This commit is contained in:
parent
da03784610
commit
fdfff63119
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class CrashReporter
|
||||||
|
|
||||||
productName ?= 'Atom-Shell'
|
productName ?= 'Atom-Shell'
|
||||||
companyName ?= 'GitHub, Inc'
|
companyName ?= 'GitHub, Inc'
|
||||||
submitUrl ?= 'http://54.249.141.25:1127/post'
|
submitUrl ?= 'http://54.249.141.255:1127/post'
|
||||||
autoSubmit ?= true
|
autoSubmit ?= true
|
||||||
ignoreSystemCrashHandler ?= false
|
ignoreSystemCrashHandler ?= false
|
||||||
extra ?= {}
|
extra ?= {}
|
||||||
|
|
Loading…
Reference in a new issue