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
|
env = ATOM_SHELL_INTERNAL_CRASH_SERVICE: 1
|
||||||
|
|
||||||
spawn process.execPath, args, {env, detached: true}
|
spawn process.execPath, args, {env, detached: true}
|
||||||
start()
|
start()
|
||||||
else
|
|
||||||
start()
|
|
||||||
|
|
||||||
getLastCrashReport: ->
|
getLastCrashReport: ->
|
||||||
reports = this.getUploadedReports()
|
reports = this.getUploadedReports()
|
||||||
|
|
Loading…
Reference in a new issue