Update cli.cpp

This commit is contained in:
Andrea Cavalli 2020-11-05 22:02:00 +01:00
parent 423d05f18e
commit 28add54662

View File

@ -4522,7 +4522,9 @@ static void on_fatal_error(const char *error) {
void main(int argc, char **argv) {
#ifndef _WIN32
#if defined(__GLIBC__) && !defined(__UCLIBC__) && !defined(__MUSL__)
Debug::DeathHandler dh;
#endif
#endif
ExitGuard exit_guard;