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
…#9359)

### Description

Leftover from when UI used to be experimental!

### Testing Instructions

👀
  • Loading branch information
anthonyshew authored Oct 31, 2024
1 parent e186685 commit b1479dd
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 @@ -574,8 +574,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 b1479dd

Please sign in to comment.