Disable autosubmit of crash reporter

This commit is contained in:
Damien Guard
2016-07-25 09:22:25 -07:00
parent 3a4e25170e
commit 9199b7ffa9

View File

@@ -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
})