Help debugging command that doesn't exit.
Is there a way to have Deno tell me what async tasks are still pending when a program ends?
I'm using a third-party API, and AFAICT
So I've got:
Which gives me:
Any suggestions? I guess I'll fire up a debugger...
I'm using a third-party API, and AFAICT
awaiting all the promises I can, but I still get to the end of my main() and deno doesn't exit.So I've got:
Which gives me:
Any suggestions? I guess I'll fire up a debugger...
