Update default crash report submission URL.
This commit is contained in:
parent
20e368eb89
commit
7735d8fbfd
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ class CrashReporter
|
||||||
start: (options={}) ->
|
start: (options={}) ->
|
||||||
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra} = options
|
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra} = options
|
||||||
|
|
||||||
productName ?= 'Atom-Shell'
|
productName ?= 'atom-shell'
|
||||||
companyName ?= 'GitHub, Inc'
|
companyName ?= 'GitHub, Inc'
|
||||||
submitUrl ?= 'http://54.249.141.25'
|
submitUrl ?= 'http://54.249.141.25:1127/post'
|
||||||
autoSubmit ?= true
|
autoSubmit ?= true
|
||||||
ignoreSystemCrashHandler ?= false
|
ignoreSystemCrashHandler ?= false
|
||||||
extra ?= {}
|
extra ?= {}
|
||||||
|
|
Loading…
Reference in a new issue