diff options
| author | mo8it <mo8it@proton.me> | 2024-10-14 01:28:34 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-10-14 01:28:34 +0200 |
| commit | 932bc25d8824e18debc91e5f25f022e8d066bcf8 (patch) | |
| tree | b7a9c18c00383d7a8457a327dc2bb81b94908a1f /src/run.rs | |
| parent | bdc6dad8de2d3b47e33098fd55956ba03b131b27 (diff) | |
Remove unneeded line
Diffstat (limited to 'src/run.rs')
| -rw-r--r-- | src/run.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ pub fn run(app_state: &mut AppState) -> Result<ExitCode> { .current_exercise() .terminal_file_link(&mut stdout)?; stdout.write_all(b" with errors\n")?; + return Ok(ExitCode::FAILURE); } |
