We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f02cf commit 0785b24Copy full SHA for 0785b24
src/watch/state.rs
@@ -51,6 +51,8 @@ impl<'a> WatchState<'a> {
51
pub fn run_current_exercise(&mut self) -> Result<()> {
52
self.show_hint = false;
53
54
+ self.writer
55
+ .write_all(b"\nChecking the exercise, please wait...")?;
56
let success = self
57
.app_state
58
.current_exercise()
0 commit comments