فهرست منبع

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;