mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
feat(k8s): mvp
This commit is contained in:
@@ -121,6 +121,7 @@ void CatchUnhandled(int sig) {
|
||||
} catch(const std::exception& e) {
|
||||
LOG("Caught exception: '%s'", e.what());
|
||||
}
|
||||
Game::logger->Flush();
|
||||
|
||||
#ifndef INCLUDE_BACKTRACE
|
||||
|
||||
@@ -186,7 +187,7 @@ void CatchUnhandled(int sig) {
|
||||
Bt(state);
|
||||
|
||||
#endif // INCLUDE_BACKTRACE
|
||||
|
||||
Game::logger->Flush();
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user