How do I wait for the long running shell script to finish?
When I do this,
await
returns immediately.
3 Replies
Deno.run doesnt return a promise
See https://deno.land/api@v1.26.2?s=Deno.run for documentation on how to use it
thank you; will give it a try