Skip to content

Commit

Permalink
能用,但是路径不对
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Dec 8, 2024
1 parent 358aa8f commit cbcf372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/move_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl MoveModule {
let source_path = PathBuf::from(&self.folder_name);
if !source_path.exists() {
self.status_message = Some(format!("源文件夹 {} 不存在", self.folder_name));
println!("源文件夹 {} 不存在", self.folder_name);
return;
}

Expand Down

0 comments on commit cbcf372

Please sign in to comment.