This commit is contained in:
2026-04-02 17:58:17 +03:00
parent 9f8eca66c2
commit c49fb99667
2 changed files with 8 additions and 4 deletions

View File

@@ -169,6 +169,8 @@ int main(int argc, char* argv[])
// pool.join();
ctx.run();
spdlog::shutdown(); // flush all messages!!!
} catch (const std::system_error& ex) {
std::cerr << "An error occured: " << ex.code().message() << "\n";
return ex.code().value();