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
the above snippet is from workbench\DebugToolbar.ts
could you change the argument timeout datatype from undefined to number. This will give us more explicit control and easier to manage.
Describe the request
the above snippet is from workbench\DebugToolbar.ts
could you change the argument
timeout
datatype fromundefined
tonumber
. This will give us more explicit control and easier to manage.Usage
Something like this will help us a lot
The text was updated successfully, but these errors were encountered: