mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed cancel not being exposed for watchdog functions
This commit is contained in:
@ -89,6 +89,7 @@ function new_watchdog(timeout)
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
get_timer = get_timer,
|
get_timer = get_timer,
|
||||||
feed = feed
|
feed = feed,
|
||||||
|
cancel = cancel
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user