Enable starting crash-reporter without parameters.
This commit is contained in:
parent
bd0836581b
commit
67dd596386
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
binding = process.atomBinding 'crash_reporter'
|
binding = process.atomBinding 'crash_reporter'
|
||||||
|
|
||||||
class CrashReporter
|
class CrashReporter
|
||||||
start: (options) ->
|
start: (options={}) ->
|
||||||
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler} = options
|
{productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler} = options
|
||||||
|
|
||||||
productName ?= 'Atom-Shell'
|
productName ?= 'Atom-Shell'
|
||||||
|
|
Loading…
Reference in a new issue