mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
0ab9475a10
commit
86952572f9
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class TaskManager {
|
|||
}
|
||||
|
||||
start (interval = 60 * 1000) {
|
||||
debug('START')
|
||||
this.interval = interval
|
||||
this.timeout = setTimeout(this.tick.bind(this), interval)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue