mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Set URL in the crash reporter
This commit is contained in:
@@ -53,7 +53,7 @@ handleStartupEventWithSquirrel = ->
|
||||
SquirrelUpdate.handleStartupEvent(app, squirrelCommand)
|
||||
|
||||
setupCrashReporter = ->
|
||||
crashReporter.start(productName: 'Atom', companyName: 'GitHub')
|
||||
crashReporter.start(productName: 'Atom', companyName: 'GitHub', submitURL: 'http://54.249.141.255:1127/post')
|
||||
|
||||
setupAtomHome = ({setPortable}) ->
|
||||
return if process.env.ATOM_HOME
|
||||
|
||||
Reference in New Issue
Block a user