This commit is contained in:
Aaron Eppert 2015-10-26 18:06:41 -04:00
parent 295dbc3055
commit 1b09734b31

View file

@ -88,11 +88,7 @@ void Reporter::FatalError(const char* fmt, ...)
va_end(ap);
set_processing_status("TERMINATED", "fatal_error");
#ifdef DEBUG
abort();
#else
exit(1);
#endif // DEBUG
}
void Reporter::FatalErrorWithCore(const char* fmt, ...)