handled signals

This commit is contained in:
bettercallous
2024-04-08 07:40:49 +00:00
parent 2fdb0eb6c4
commit 614f631723
3 changed files with 21 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ int main(int ac, char **av)
try {
server.parseArgs(ac, av);
server.init();
} catch (std::exception& e) {
std::cerr << e.what() << std::endl;
return 1;