1
0
mirror of https://github.com/jht5945/buildj.git synced 2026-01-12 08:20:03 +08:00
This commit is contained in:
2020-05-02 18:35:41 +08:00
parent 8ac321924e
commit 0f49ec8a9b
3 changed files with 8 additions and 7 deletions

View File

@@ -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));
}