Fix coffeelint error.
This commit is contained in:
parent
4da7578dab
commit
cd1c331112
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ class CrashReporter
|
|||
path.join tmpdir, "#{@productName} Crashes"
|
||||
else
|
||||
path.join tmpdir, "#{@productName} Crashes", 'uploads.log'
|
||||
console.log log;
|
||||
binding._getUploadedReports(log)
|
||||
binding._getUploadedReports log
|
||||
|
||||
|
||||
crashRepoter = new CrashReporter
|
||||
|
|
Loading…
Add table
Reference in a new issue