mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
parent
dfa024f9e6
commit
c9d7e3652b
@ -117,7 +117,7 @@ impl HighlightingAssets {
|
||||
|
||||
pub fn save(&self, dir: Option<&Path>) -> Result<()> {
|
||||
let target_dir = dir.unwrap_or_else(|| PROJECT_DIRS.cache_dir());
|
||||
let _ = fs::create_dir(target_dir);
|
||||
let _ = fs::create_dir_all(target_dir);
|
||||
let theme_set_path = target_dir.join("themes.bin");
|
||||
let syntax_set_path = target_dir.join("syntaxes.bin");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user