### Expected behavior `kill -SIGINT ${TURBO_PID}` should result in a `SIGINT` being sent to all tasks being run. ### Actual behavior `SIGINT` isn't being sent. ### Call To Action If you are encountering an issue with signal handling please provide the following: - The output of `turbo info` - The command being used to invoke `turbo` - How the signal is being sent to `turbo` - A reproduction repository would be quite helpful as well