Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 11, 2024
1 parent 27ef70d commit 6ffaf96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flutter_ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,7 @@ pub fn main_get_software_update_url() -> String {
if get_local_option("enable-check-update".to_string()) != "N" {
let rx = crate::common::check_software_update();
let _ = rx.recv();
log::info!("Software update check done. Return the update url. {}",crate::common::SOFTWARE_UPDATE_URL.lock().unwrap().clone());
}
crate::common::SOFTWARE_UPDATE_URL.lock().unwrap().clone()
}
Expand Down

0 comments on commit 6ffaf96

Please sign in to comment.