deno
deno copied to clipboard
Zombie subprocesses
Currently, when creating a subprocess using Deno.run
, the process stays in "zombie mode" even after it is killed.
I've created a gist that reproduces this bug, and talked with @lucacasonato that confirmed it.
https://gist.github.com/asantos00/bdd4357cb91f18b368085eb44105ea97