diff options
| -rw-r--r-- | installer-downloader/src/controller.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer-downloader/src/controller.rs b/installer-downloader/src/controller.rs index 08353c0596..cf63154719 100644 --- a/installer-downloader/src/controller.rs +++ b/installer-downloader/src/controller.rs @@ -264,8 +264,8 @@ impl<D: AppDelegate + 'static, A: From<UiAppDownloaderParameters<D>> + AppDownlo } fn handle_try_beta(&mut self) { - log::error!("Attempted 'try beta' without beta version"); let Some(beta_info) = self.version_info.beta.as_ref() else { + log::error!("Attempted 'try beta' without beta version"); return; }; |
