Deno.runDeno.run + stdout/signals/etc a lot, but this behavior is beyond my current debugging abilitiesnix eval ...nix eval ... which works fine in a python subshell, and on the commandline. However, Deno.run with piped stdout makes it hang indefinitely. To be explicit, in this block: process.status().then(callback).catch(callback)process.status().then(callback).catch(callback) the callback doesn't run until a .kill().kill() is used (SIGHUP/SIGINT/SIGKILL). Tested on Deno 1.29.4 and Deno 1.22.0 for good measure.bash -c '[command]'bash -c '[command]' bash ./file_with_command.shbash ./file_with_command.shbash -i ./file_with_command.shbash -i ./file_with_command.shbash -ibash -i method not only hangs, but also exclusively makes it so that ctrl+C, ctrl+D, and even ctrl+Z are ignored; I have to kill the deno process from another termial.bash -c envbash -c env prints out the EXACT same env vars for Deno/Python/CLIdeno repldeno repl has been the same as deno rundeno runstdout: 'piped'stdout: 'piped', makes command not-hang (but defeats the point).stderr: 'piped'stderr: 'piped' still causes a hang.Join the Discord to ask follow-up questions and connect with the community