Skip to content

v1.1.3-canary.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 03 Feb 22:07
· 6101 commits to main since this release

What's Changed?

  • Hitting Ctrl+C on the terminal will shut down all of the child processes via SIGINT. Additionally, if one task fails, other tasks will not be left lingering, and will be sent a SIGINT. More explicitly:
    • When turbo receives an external signal, send SIGINT to our child processes
    • When a child process exits w/ a non-zero exit code, and --continue is not set, turbo will send SIGINT to all of our child processes

Commits

Full Changelog: v1.1.2...v1.1.3-canary.0