浏览代码

make shutdown message more clear

Evan Almloff 2 年之前
父节点
当前提交
3c229b38bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/hot-reload/src/lib.rs

+ 1 - 1
packages/hot-reload/src/lib.rs

@@ -118,7 +118,7 @@ pub fn init<Ctx: HotReloadingContext + Send + 'static>(
                                     UpdateResult::NeedsRebuild => {
                                         if log {
                                             println!(
-                                                "Rebuild needed... shutting down hot reloading"
+                                                "Rebuild needed... shutting down hot reloading.\nManually rebuild the application to view futher changes."
                                             );
                                         }
                                         return;