This commit is contained in:
parent
2d8314f839
commit
fdd3b3cb64
@ -80,6 +80,7 @@ pub(crate) fn get_cache_dir() -> Result<String, Error> {
|
|||||||
msg: "directories crate could not find basedirs.".into(),
|
msg: "directories crate could not find basedirs.".into(),
|
||||||
})?;
|
})?;
|
||||||
let cache_dir = cache_dir.cache_dir();
|
let cache_dir = cache_dir.cache_dir();
|
||||||
|
println!("{}/risp", cache_dir.to_str().unwrap());
|
||||||
Ok(format!("{}/risp/", cache_dir.to_str().unwrap()))
|
Ok(format!("{}/risp/", cache_dir.to_str().unwrap()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user