diff options
Diffstat (limited to 'cli/js/web/timers.ts')
-rw-r--r-- | cli/js/web/timers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/timers.ts b/cli/js/web/timers.ts index 9a957f3fe..ff18543fa 100644 --- a/cli/js/web/timers.ts +++ b/cli/js/web/timers.ts @@ -223,7 +223,7 @@ function setTimer( delay, due: now + delay, repeat, - scheduled: false + scheduled: false, }; // Register the timer's existence in the id-to-timer map. idMap.set(timer.id, timer); |