Homunculus updates as of 20220602 (#7586)

Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
This commit is contained in:
munkrej
2023-02-12 23:55:13 +01:00
committed by GitHub
parent 42d8c163b7
commit c6c9babb5e
14 changed files with 1173 additions and 12 deletions

View File

@@ -114,6 +114,7 @@ bool YamlDatabase::load(const std::string& path) {
ShowError( "Failed to load %s database file from '" CL_WHITE "%s" CL_RESET "'.\n", this->type.c_str(), path.c_str() );
ShowError( "There is likely a syntax error in the file.\n" );
ShowError( "Error message: %s\n", e.what() );
aFree(buf);
return false;
}