Skip to content

Commit 0785b24

Browse files
committed
Show a message before running the exercise
1 parent 34f02cf commit 0785b24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/watch/state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ impl<'a> WatchState<'a> {
5151
pub fn run_current_exercise(&mut self) -> Result<()> {
5252
self.show_hint = false;
5353

54+
self.writer
55+
.write_all(b"\nChecking the exercise, please wait...")?;
5456
let success = self
5557
.app_state
5658
.current_exercise()

0 commit comments

Comments
 (0)