projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da7578
)
Fix coffeelint error.
author
Haojian Wu
<hokein.wu@gmail.com>
Sat, 6 Jun 2015 09:59:20 +0000
(17:59 +0800)
committer
Haojian Wu
<hokein.wu@gmail.com>
Sat, 6 Jun 2015 09:59:20 +0000
(17:59 +0800)
atom/common/api/lib/crash-reporter.coffee
patch
|
blob
|
history
diff --git
a/atom/common/api/lib/crash-reporter.coffee
b/atom/common/api/lib/crash-reporter.coffee
index
868cda2
..
451fa17
100644
(file)
--- a/
atom/common/api/lib/crash-reporter.coffee
+++ b/
atom/common/api/lib/crash-reporter.coffee
@@
-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