Repair error in PeriodicTick handler

This commit is contained in:
Tony Garnock-Jones 2018-11-05 21:17:29 +00:00
parent 6069455cb7
commit 7ec8e3934c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ spawn named 'driver-timer/PeriodicTick' {
on start {
handle = setInterval(Dataspace.wrapExternal(() => {
^ PeriodicTick(intervalMS);
}, intervalMS));
}), intervalMS);
}
on stop {
if (handle) {