Browse Source

Merge pull request #1844 from gramidt/fix/cli-building-msg

fix wording in CLI message
ealmloff 1 năm trước cách đây
mục cha
commit
e4fb58af68
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/cli/src/builder.rs

+ 1 - 1
packages/cli/src/builder.rs

@@ -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);