Skip to content

Commit

Permalink
chore: 完善debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Jul 13, 2024
1 parent aad0bbd commit bf0d722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrances/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub fn verify(source_dir: &String) -> Result<GlobalPackage> {
&format!("{name}/{mp}", name = global.package.name),
source_dir,
);
log!("mp_path{mp_path:?} {source_dir}");
log!("Debug:Main program path : '{mp_path:?}',with source_dir = '{source_dir}'");
let read_res = get_exe_version(mp_path);
if let Ok(version) = read_res {
// 与申明的版本号进行比较,仅要求 semver 部分相等即可
Expand Down

0 comments on commit bf0d722

Please sign in to comment.