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
Looking at the code, it could work fine (within the timeout), except the output is handled immediately after the user code exits, so there won't be any output in your timeout.
I'm looking through the docs on async functions.
Are there any configurations which would allow for example setTimeout to work?
I think this would be an issue for Node < 12.0. What Node versions does this library target?
Thanks in advance
The text was updated successfully, but these errors were encountered: