mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix YAML merge key error message
Print the YAML struct as debug text if emitting it fails.
This commit is contained in:
@@ -341,7 +341,7 @@ impl YamlMergeKeyError {
|
||||
yaml = yaml.split_off(index);
|
||||
}
|
||||
} else {
|
||||
yaml = format!("{yaml:?}");
|
||||
yaml = format!("{unmarked_yaml:?}");
|
||||
}
|
||||
|
||||
YamlMergeKeyError {
|
||||
|
||||
Reference in New Issue
Block a user