Fix %MESSAGE

This commit is contained in:
Li 2022-05-08 17:36:15 +12:00
parent f8d8e8f28d
commit dd99e49ef7
7 changed files with 11 additions and 13 deletions

View file

@ -64,11 +64,9 @@ namespace HISP.Server
Logger.ErrorPrint("HISP HAS CRASHED :(");
Logger.ErrorPrint("Unhandled Exception: " + execpt.ToString());
Logger.ErrorPrint(execpt.Message);
Logger.ErrorPrint("");
Logger.ErrorPrint(execpt.StackTrace);
while (true) { /* Allow asyncronous operations to happen. */ };
new EventWaitHandle(false, EventResetMode.ManualReset).WaitOne();
}
}
}