`deno run` not returning
Hi - I have added the following code to my javascript file, and for some reason the code still executes fine, but it doesn't return anymore, leaving deno running and I have to
This prints out the
So what could be keeping the
ctrl-c out of it.This prints out the
setup paper. I have added some prints surrounding my entry point main, and those all print as well:So what could be keeping the
deno instance from returning/finishing?