how to exit all async command in deno task?
consider this code
when i fire
deno task dev it runs as expected. The problem is when i ctrl-c only one that get exited(dev-client). How to make both exit like behavior of npm-run-all -p dev:*0 Replies