Explorar o código

make shutdown message more clear

Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
3c229b38bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;