mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Update default crash report submission URL.
This commit is contained in:
@@ -4,9 +4,9 @@ class CrashReporter
|
||||
start: (options={}) ->
|
||||
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra} = options
|
||||
|
||||
productName ?= 'Atom-Shell'
|
||||
productName ?= 'atom-shell'
|
||||
companyName ?= 'GitHub, Inc'
|
||||
submitUrl ?= 'http://54.249.141.25'
|
||||
submitUrl ?= 'http://54.249.141.25:1127/post'
|
||||
autoSubmit ?= true
|
||||
ignoreSystemCrashHandler ?= false
|
||||
extra ?= {}
|
||||
|
||||
Reference in New Issue
Block a user