mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove duplicate start calls
This commit is contained in:
@@ -40,9 +40,7 @@ class CrashReporter
|
||||
env = ATOM_SHELL_INTERNAL_CRASH_SERVICE: 1
|
||||
|
||||
spawn process.execPath, args, {env, detached: true}
|
||||
start()
|
||||
else
|
||||
start()
|
||||
start()
|
||||
|
||||
getLastCrashReport: ->
|
||||
reports = this.getUploadedReports()
|
||||
|
||||
Reference in New Issue
Block a user