Clear terminal before final check in watch mode

This commit is contained in:
mo8it
2024-09-24 16:12:44 +02:00
parent a55e848359
commit 554301b8e9
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ impl<'a> WatchState<'a> {
return Ok(ExercisesProgress::CurrentPending);
}
self.app_state.done_current_exercise(stdout)
self.app_state.done_current_exercise::<true>(stdout)
}
fn show_prompt(&self, stdout: &mut StdoutLock) -> io::Result<()> {