构建时间版本号
This commit is contained in:
@@ -52,7 +52,7 @@ void Global::handle_old_logs() {
|
||||
std::cerr << "Error: " + Psc::platform_2_utf8(ex.what()) + "\n";
|
||||
}
|
||||
}
|
||||
Global::Global() {
|
||||
Global::Global() : Config() {
|
||||
auto j = load();
|
||||
from_log_json(j.get("log"));
|
||||
handle_old_logs();
|
||||
|
||||
Reference in New Issue
Block a user