This commit is contained in:
les
2020-10-07 10:09:08 +02:00
parent 0ab9475a10
commit 86952572f9

View File

@@ -46,6 +46,7 @@ class TaskManager {
} }
start (interval = 60 * 1000) { start (interval = 60 * 1000) {
debug('START')
this.interval = interval this.interval = interval
this.timeout = setTimeout(this.tick.bind(this), interval) this.timeout = setTimeout(this.tick.bind(this), interval)
} }