CommandHelper

CommandHelper

46.5k Downloads

clear_task(null) clears interval with id 0

KanoAlgiz opened this issue ยท 0 comments

commented
set_interval(1000, closure(){console('I'm useless but recurring!')})
clear_task(null)

That can result in unexpected loss of first declared interval if using e.g. clear_task(import('saved_id_maybe')) that can be difficult to trace...