This commit is contained in:
Dylan Blokhuis 2023-08-06 18:42:36 +02:00 committed by GitHub
parent ac30a9af7d
commit 24df4e15d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ pub fn init<Ctx: HotReloadingContext + Send + 'static>(cfg: Config<Ctx>) {
return shutdown;
} else if log {
println!(
"Rebuild needed... shutting down hot reloading.\nManually rebuild the application to view futher changes."
"Rebuild needed... shutting down hot reloading.\nManually rebuild the application to view further changes."
);
}
true