mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
autoSubmit -> uploadToServer
This commit is contained in:
@@ -111,7 +111,7 @@ describe('crashReporter module', function () {
|
||||
crashReporter.start({
|
||||
companyName: 'Umbrella Corporation',
|
||||
submitURL: 'http://127.0.0.1/crashes',
|
||||
autoSubmit: true
|
||||
uploadToServer: true
|
||||
})
|
||||
assert.equal(crashReporter.getUploadToServer(), true)
|
||||
crashReporter.setUploadToServer(false)
|
||||
|
||||
2
spec/fixtures/api/crash.html
vendored
2
spec/fixtures/api/crash.html
vendored
@@ -7,7 +7,7 @@ crashReporter.start({
|
||||
productName: 'Zombies',
|
||||
companyName: 'Umbrella Corporation',
|
||||
submitURL: 'http://127.0.0.1:' + port,
|
||||
autoSubmit: true,
|
||||
uploadToServer: true,
|
||||
ignoreSystemCrashHandler: true,
|
||||
extra: {
|
||||
'extra1': 'extra1',
|
||||
|
||||
Reference in New Issue
Block a user