add more debugging
This commit is contained in:
+4
-1
@@ -39,7 +39,10 @@ impl HuskConfig {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
Err(HuskError::ConfigFileOpenError(e.to_string()).into())
|
Err(HuskError::ConfigFileOpenError(format!(
|
||||||
|
"{} - {}",
|
||||||
|
path,
|
||||||
|
e.to_string())).into())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user