替换数据文件名称
This commit is contained in:
@@ -420,7 +420,7 @@ pub fn get_home() -> PathBuf {
|
||||
|
||||
pub fn get_runtime_data_path() -> PathBuf {
|
||||
let home = get_home();
|
||||
home.join("config")
|
||||
home.join(".data")
|
||||
}
|
||||
|
||||
fn read_runtime_data() -> io::Result<RuntimeData> {
|
||||
|
||||
@@ -171,6 +171,7 @@ pub async fn main0(base_args: BaseArgs) {
|
||||
}
|
||||
Err(e) => {
|
||||
log::error!("{:?}", e);
|
||||
println!("停止失败:{}",e);
|
||||
}
|
||||
}
|
||||
pause();
|
||||
|
||||
Reference in New Issue
Block a user