mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-16 05:00:45 +08:00
typo(counts): Fix duration computation
This commit is contained in:
parent
5bc00bd55e
commit
26c752ba66
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