Turbo run never shutdowns cleanly #11867
Replies: 1 comment
-
|
This is expected behavior — when you hit Ctrl+C, Why it happens
Suppress the error outputIf you just want a clean exit without the error message, handle the signal in your child scripts: // turbo.json
{
"tasks": {
"dev": {
"cache": false,
"persistent": true
}
}
}The With
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm on 2.8.9 and running my project with
turbo run dev. When I stop the execution with CTRL + C the errorERROR run failed: command exited (1)is shown.Additional information
What to do?
Beta Was this translation helpful? Give feedback.
All reactions