Skip to content

Commit 816b1f5

Browse files
alexxrochemokou
authored and
mokou
committed
feat: Remind the user of the hint option (#425)
Suggestion from AbdouSeck #424 (comment) for when the student's code has errors.
1 parent e823bef commit 816b1f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/verify.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ fn compile_and_run_interactively(exercise: &Exercise) -> Result<bool, ()> {
6565
Err(output) => {
6666
warn!("Ran {} with errors", exercise);
6767
println!("{}", output.stdout);
68+
println!("{}", output.stderr);
6869
return Err(());
6970
}
7071
};

0 commit comments

Comments
 (0)