fix wording in CLI building waiting message

This commit is contained in:
Granville Schmidt 2024-01-17 18:13:58 -07:00
parent 6126e02143
commit b372701d30
No known key found for this signature in database
GPG key ID: 789B38A41250440B

View file

@ -443,7 +443,7 @@ fn prettier_build(cmd: subprocess::Exec) -> anyhow::Result<Vec<Diagnostic>> {
.unwrap()
.tick_chars("/|\\- "),
);
pb.set_message("💼 Waiting to start build the project...");
pb.set_message("💼 Waiting to start building the project...");
let stdout = cmd.detached().stream_stdout()?;
let reader = std::io::BufReader::new(stdout);