summaryrefslogtreecommitdiff
path: root/src/watch/state.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-24 16:12:44 +0200
committermo8it <mo8it@proton.me>2024-09-24 16:12:44 +0200
commit554301b8e9a1c3f8eda05d616fbdb909e2ebf640 (patch)
tree57d2d2300012448fc3854e906700cd8b9c60cf08 /src/watch/state.rs
parenta55e84835995b87cdcdb7f746ac9d0fb477a5586 (diff)
Clear terminal before final check in watch mode
Diffstat (limited to 'src/watch/state.rs')
-rw-r--r--src/watch/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs
index cb79b35..d6c3eb2 100644
--- a/src/watch/state.rs
+++ b/src/watch/state.rs
@@ -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<()> {