Ver Fonte

make shutdown message more clear

Evan Almloff há 2 anos atrás
pai
commit
3c229b38bc
1 ficheiros alterados com 1 adições e 1 exclusões
  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;