Merge branch 'main' into feat/printer-agent-isolation

This commit is contained in:
Ian Chua
2026-08-11 12:20:21 +08:00
committed by GitHub
434 changed files with 13694 additions and 2168 deletions
+1 -1
View File
@@ -887,7 +887,7 @@ std::string AppConfig::load()
}
}
}
} catch(std::exception err) {
} catch(const std::exception &err) {
BOOST_LOG_TRIVIAL(info) << format("parse app config \"%1%\", error: %2%", AppConfig::loading_path(), err.what());
return err.what();