You've already forked AstralRinth
forked from didirus/AstralRinth
Updating + Profile Repairs + Performance Improvements (#97)
* repairing * Main framework for updating * add jsconfig * more work * Improve performance * Finish updating * run lint
This commit is contained in:
@@ -134,6 +134,11 @@ impl DirectoryInfo {
|
||||
self.config_dir.join("caches")
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn caches_meta_dir(&self) -> PathBuf {
|
||||
self.config_dir.join("caches").join("metadata")
|
||||
}
|
||||
|
||||
/// Get path from environment variable
|
||||
#[inline]
|
||||
fn env_path(name: &str) -> Option<PathBuf> {
|
||||
|
||||
Reference in New Issue
Block a user