diff options
| author | mo8it <mo8it@proton.me> | 2024-09-24 16:12:44 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-09-24 16:12:44 +0200 |
| commit | 554301b8e9a1c3f8eda05d616fbdb909e2ebf640 (patch) | |
| tree | 57d2d2300012448fc3854e906700cd8b9c60cf08 /src/watch | |
| parent | a55e84835995b87cdcdb7f746ac9d0fb477a5586 (diff) | |
Clear terminal before final check in watch mode
Diffstat (limited to 'src/watch')
| -rw-r--r-- | src/watch/state.rs | 2 |
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<()> { |
