mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
💄 Wrong IP for default crash reporter server.
This commit is contained in:
@@ -7,7 +7,7 @@ class CrashReporter
|
||||
|
||||
productName ?= 'Atom-Shell'
|
||||
companyName ?= 'GitHub, Inc'
|
||||
submitUrl ?= 'http://54.249.141.25:1127/post'
|
||||
submitUrl ?= 'http://54.249.141.255:1127/post'
|
||||
autoSubmit ?= true
|
||||
ignoreSystemCrashHandler ?= false
|
||||
extra ?= {}
|
||||
|
||||
Reference in New Issue
Block a user