...
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user