浏览代码

Clarify where serve warnings come from (#1524)

Leonard 1 年之前
父节点
当前提交
459f24d5e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/cli/src/server/output.rs

+ 1 - 1
packages/cli/src/server/output.rs

@@ -129,7 +129,7 @@ pub fn print_console_info(
         log::warn!(
             "{}",
             format!(
-                "There were {} warning messages during the build.",
+                "There were {} warning messages during the build. Run `cargo check` to see them.",
                 options.warnings.len() - 1
             )
             .yellow()