standard
This commit is contained in:
@@ -121,7 +121,7 @@ function getTorrentStats (state) {
|
||||
}
|
||||
|
||||
// Then, round all the counts and sums to the nearest power of 2
|
||||
const ret = roundTorrentStats({count, sizeMB})
|
||||
const ret = roundTorrentStats({ count, sizeMB })
|
||||
ret.byStatus = {
|
||||
new: roundTorrentStats(byStatus.new),
|
||||
downloading: roundTorrentStats(byStatus.downloading),
|
||||
@@ -198,7 +198,7 @@ function logUncaughtError (procName, e) {
|
||||
// Log the app version *at the time of the error*
|
||||
const version = config.APP_VERSION
|
||||
|
||||
telemetry.uncaughtErrors.push({process: procName, message, stack, version})
|
||||
telemetry.uncaughtErrors.push({ process: procName, message, stack, version })
|
||||
}
|
||||
|
||||
// Turns a DOM element into a string, eg "DIV.my-class.visible"
|
||||
|
||||
Reference in New Issue
Block a user