diff options
Diffstat (limited to 'xmake/core/base/timer.lua')
| -rw-r--r-- | xmake/core/base/timer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/timer.lua b/xmake/core/base/timer.lua index 49dd6be5d..ec66b980b 100644 --- a/xmake/core/base/timer.lua +++ b/xmake/core/base/timer.lua @@ -31,7 +31,7 @@ function timer:_tasks() end -- post timer task at the absolute time and will be auto-remove it after be expired -function timer:post_at(when, period, repeat, task) +function timer:post_at(when, period, is_repeat, task) -- TODO end |
