1
0
Эх сурвалжийг харах

Fix: move the hotreload msg into debug-only so it's so long

Jonathan Kelley 6 сар өмнө
parent
commit
d7d2c2fd53

+ 1 - 0
packages/cli/src/serve/server.rs

@@ -256,6 +256,7 @@ impl WebServer {
             return;
         }
 
+        #[cfg(debug_assertions)]
         tracing::trace!("Sending hotreload to clients {:?}", reload);
 
         let msg = DevserverMsg::HotReload(reload);