:lipstick: Wrong IP for default crash reporter server.
authorCheng Zhao <zcbenz@gmail.com>
Thu, 28 Nov 2013 04:38:33 +0000 (12:38 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 28 Nov 2013 04:38:33 +0000 (12:38 +0800)
common/api/lib/crash-reporter.coffee

index 89d48f2..2e7b742 100644 (file)
@@ -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 ?= {}