start doing wraps and subprojects
This commit is contained in:
parent
ea13e2fc57
commit
24416c338c
11013 changed files with 3703981 additions and 25 deletions
|
@ -35,7 +35,7 @@ fn Config::getInstance() -> Config {
|
|||
const Result<Config> result = rfl::toml::load<Config>(configPath.string());
|
||||
|
||||
if (!result) {
|
||||
ERROR_LOG("Failed to load config file: {}", result.error()->what());
|
||||
ERROR_LOG("Failed to load config file: {}", result.error().what());
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue