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"
|
path.join tmpdir, "#{@productName} Crashes"
|
||||||
else
|
else
|
||||||
path.join tmpdir, "#{@productName} Crashes", 'uploads.log'
|
path.join tmpdir, "#{@productName} Crashes", 'uploads.log'
|
||||||
console.log log;
|
binding._getUploadedReports log
|
||||||
binding._getUploadedReports(log)
|
|
||||||
|
|
||||||
|
|
||||||
crashRepoter = new CrashReporter
|
crashRepoter = new CrashReporter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue