fixed cancel not being exposed for watchdog functions

This commit is contained in:
Mikayla Fischler 2022-05-02 17:33:54 -04:00
parent 4bc50e4bad
commit c19a58380c

View File

@ -89,6 +89,7 @@ function new_watchdog(timeout)
return {
get_timer = get_timer,
feed = feed
feed = feed,
cancel = cancel
}
end