mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
typo(counts): Fix duration computation
This commit is contained in:
parent
301cc4ad8b
commit
55c205fe86
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class ThreadCountsStore extends NylasStore
|
|||
DatabaseStore._query(SetCountsQuery())
|
||||
.then =>
|
||||
NylasEnv.config.set('nylas.threadCountsValid', true)
|
||||
console.log("Recomputed all thread counts in #{countsStartTime}s")
|
||||
console.log("Recomputed all thread counts in #{Date.now() - countsStartTime}ms")
|
||||
|
||||
_onCountsChanged: =>
|
||||
DatabaseStore._query(ReadCountsQuery()).then (results) =>
|
||||
|
|
Loading…
Reference in a new issue