Skip to content

Commit

Permalink
(chore): Update outdated error message referring to experimental UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Oct 31, 2024
1 parent 06fef5f commit 9731abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/turborepo-lib/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ pub enum ValidateError {
concurrency: u32,
},
#[error(
"Cannot run interactive task \"{task}\" without experimental UI. Set `\"experimentalUI\": \
true` in `turbo.json` or `TURBO_EXPERIMENTAL_UI=true` as an environment variable"
"Cannot run interactive task \"{task}\" without Terminal UI. Set `\"ui\": true` in \
`turbo.json`, use the `--ui=tui` flag, or set `TURBO_UI=true` as an environment variable."
)]
InteractiveNeedsUI { task: String },
}
Expand Down

0 comments on commit 9731abe

Please sign in to comment.