Working on Prologue 4

This commit is contained in:
2023-07-15 20:34:32 -07:00
parent d4101f3446
commit 370ebaf992

View File

@ -83,7 +83,7 @@ namespace Dawn {
auto s = *itRequired;
auto attr = xml->attributes.find(s);
if(attr == xml->attributes.end()) {
std::cout << "Missing required attribute \"" << s << "\"" << std::endl;
std::cout << "Missing required attribute \"" << s << "\" on node \"" << xml->node << "\"" << std::endl;
return 1;
}
values[s] = attr->second;