Remove duplicate start calls
This commit is contained in:
parent
58106e53c8
commit
dcc99dd5cb
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue