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 { on start {
handle = setInterval(Dataspace.wrapExternal(() => { handle = setInterval(Dataspace.wrapExternal(() => {
^ PeriodicTick(intervalMS); ^ PeriodicTick(intervalMS);
}, intervalMS)); }), intervalMS);
} }
on stop { on stop {
if (handle) { if (handle) {