.kill().kill() and await the .status.status, I can see it exits with a status code of 11. If the script then waits (even a full minute) and spawns a new child process of the same Node app, I get an EADDRINUSEEADDRINUSE error. If, instead, I exit the Deno app and start it again (in well under a minute), the first child process spawns fine and the desired port is available.11 probably means that something's wrong, but nothing's coming in over stdoutstdout or stderrstderr.Join the Discord to ask follow-up questions and connect with the community