mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Merge pull request #12230 from atom/dg-do-not-autosubmit-crash-reporter
Disable autosubmit of crash reporter
This commit is contained in:
@@ -4,6 +4,6 @@ module.exports = (extra) ->
|
||||
crashReporter.start({
|
||||
productName: 'Atom',
|
||||
companyName: 'GitHub',
|
||||
submitURL: 'http://54.249.141.255:1127/post'
|
||||
autoSubmit: false,
|
||||
extra: extra
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user