You are reading a single comment by @maze1980 and its replies. Click here to read the full conversation.
  • Try to add trace to your program, and stop it after 3 runs. trace would print the inner state, and provide some information an what's wrong. I'd guess the module would not clean up everything.
    If using line 1 doesn't give any hints try line 2, and finally line 3.

    console.log(global["\xFF"].timers); //print only timers, short info
    trace(global["\xFF"].timers); //print only timers, full info
    trace(); //prints full info
    
About

Avatar for maze1980 @maze1980 started