add more debug

This commit is contained in:
Pakin 2025-09-10 13:58:33 +07:00
parent dc2d978c5d
commit 7ea8d2f967

View file

@ -182,6 +182,12 @@ pub fn build_recipe_shardings(source: PathBuf) -> HashMap<String, Value> {
// { productCode: { version: [ Option<RecipeChange> ] } }
let mut shards = HashMap::new();
if recipes.is_empty() {
eprintln!("recipes get empty!!!");
} else {
println!("recipes cnt = {}", recipes.len());
}
println!(
"first version from sorted = {:?}",
recipes.first().unwrap().MachineSetting