mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Enable starting crash-reporter without parameters.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
binding = process.atomBinding 'crash_reporter'
|
||||
|
||||
class CrashReporter
|
||||
start: (options) ->
|
||||
start: (options={}) ->
|
||||
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler} = options
|
||||
|
||||
productName ?= 'Atom-Shell'
|
||||
|
||||
Reference in New Issue
Block a user