mirror of
https://github.com/jht5945/buildj.git
synced 2026-01-12 08:20:03 +08:00
ref fn
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn download_url(url: &str, dest: &mut File) -> XResult<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn get_url(url: &str) -> XResult<String> {
|
||||
pub fn get_url_content(url: &str) -> XResult<String> {
|
||||
if *VERBOSE {
|
||||
print_message(MessageType::DEBUG, &format!("Get URL: {}", url));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user