mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove support for crashReporter autoSubmit (#11976)
This commit is contained in:
committed by
Charles Kerr
parent
8d4bf3e29a
commit
e1b81b8a62
@@ -20,7 +20,6 @@ class CrashReporter {
|
||||
uploadToServer
|
||||
} = options
|
||||
|
||||
if (uploadToServer == null) uploadToServer = options.autoSubmit
|
||||
if (uploadToServer == null) uploadToServer = true
|
||||
if (ignoreSystemCrashHandler == null) ignoreSystemCrashHandler = false
|
||||
if (extra == null) extra = {}
|
||||
|
||||
Reference in New Issue
Block a user