This commit is contained in:
2024-12-25 20:30:24 +01:00
parent 0fcccf93b0
commit 20527ae412
9 changed files with 5 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ pub fn gen_model_get(path string, create bool) !GenModel {
} else {
model.cat = .installer
}
if true{
println(path)
println(model)
panic("ghyui")
}
}
if model.name == "" {