Remove linter errors
This commit is contained in:
parent
16d4c436cb
commit
d627ead273
3 changed files with 1 additions and 4 deletions
|
@ -48,7 +48,6 @@ var CrashReporter = (function () {
|
|||
}
|
||||
if (submitURL == null) {
|
||||
throw new Error('submitURL is a required option to crashReporter.start')
|
||||
return
|
||||
}
|
||||
start = () => {
|
||||
binding.start(this.productName, companyName, submitURL, autoSubmit, ignoreSystemCrashHandler, extra)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue