mirror of
https://github.com/sharkdp/bat
synced 2026-08-08 19:41:45 +00:00
Rename error module
This commit is contained in:
@@ -14,7 +14,7 @@ pub fn config_file() -> PathBuf {
|
||||
.unwrap_or_else(|| PROJECT_DIRS.config_dir().join("config"))
|
||||
}
|
||||
|
||||
pub fn generate_config_file() -> bat::errors::Result<()> {
|
||||
pub fn generate_config_file() -> bat::error::Result<()> {
|
||||
let config_file = config_file();
|
||||
if config_file.exists() {
|
||||
println!(
|
||||
|
||||
Reference in New Issue
Block a user