mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
1
This commit is contained in:
parent
db2c60db82
commit
c6376eb1db
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class MetricsPollService extends Disposable implements IMetricsPollService {
|
|||
|
||||
// initial state
|
||||
const { window } = dom.getActiveWindow()
|
||||
let i = 0
|
||||
let i = 1
|
||||
|
||||
this.intervalID = window.setInterval(() => {
|
||||
this.metricsService.capture('Alive', { iv1: i })
|
||||
|
|
|
|||
Loading…
Reference in a new issue