You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest to wrap clearTimeout in an if-statement and check if a timer exists yet.
I'm using uvu with quickJS and quickJS throws and error when clearTimeout is run on an empty object.
The text was updated successfully, but these errors were encountered:
uvu/src/index.js
Line 101 in 56e1cb2
I would suggest to wrap clearTimeout in an if-statement and check if a timer exists yet.
I'm using uvu with quickJS and quickJS throws and error when clearTimeout is run on an empty object.
The text was updated successfully, but these errors were encountered: