From fdfff631196e31dacdcef9a3d1961cd39c0738cc Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 28 Nov 2013 12:38:33 +0800 Subject: [PATCH] :lipstick: Wrong IP for default crash reporter server. --- common/api/lib/crash-reporter.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/api/lib/crash-reporter.coffee b/common/api/lib/crash-reporter.coffee index 89d48f2..2e7b742 100644 --- a/common/api/lib/crash-reporter.coffee +++ b/common/api/lib/crash-reporter.coffee @@ -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 ?= {} -- 2.7.4