mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-20 19:04:38 +08:00
Fix dpng may contains zero size image
Use better message for scn
This commit is contained in:
@@ -601,7 +601,8 @@ impl Script for ScnScript {
|
||||
text[1][self.language_index][0].set_string(name);
|
||||
} else {
|
||||
return Err(anyhow::anyhow!(
|
||||
"Name is missing for message. (text {j} at scene {i})"
|
||||
"Name is missing for message. (text {j} at scene {i}, message: {})",
|
||||
m.message
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user