diff --git a/src/watch/state.rs b/src/watch/state.rs index 46f48d9f..45fbd9e0 100644 --- a/src/watch/state.rs +++ b/src/watch/state.rs @@ -51,6 +51,8 @@ impl<'a> WatchState<'a> { pub fn run_current_exercise(&mut self) -> Result<()> { self.show_hint = false; + self.writer + .write_all(b"\nChecking the exercise, please wait...")?; let success = self .app_state .current_exercise()