diff options
| author | 2025-03-17 11:51:51 -0500 | |
|---|---|---|
| committer | 2025-03-17 11:51:51 -0500 | |
| commit | 26fd3fab256ae5da7ab69492e17feb0d4ab231f2 (patch) | |
| tree | 724449aa3d5c99881cfd83ca9e9e0ba4bb1d2d40 | |
| parent | granular progress indication (diff) | |
lint
| -rw-r--r-- | ozone/src/launcher/jre.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone/src/launcher/jre.rs b/ozone/src/launcher/jre.rs index e94d0c3..b889738 100644 --- a/ozone/src/launcher/jre.rs +++ b/ozone/src/launcher/jre.rs @@ -204,7 +204,7 @@ impl JavaRuntimeRepository { } else { super::download::verify_files(downloads.iter(), progress).await .inspect_err(|e| warn!("jre file verify failed: {e}")) - .map_err(|e| JavaRuntimeError::MultiDownloadError) + .map_err(|_| JavaRuntimeError::MultiDownloadError) } } |
