mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Fix %MESSAGE
This commit is contained in:
parent
f8d8e8f28d
commit
dd99e49ef7
7 changed files with 11 additions and 13 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue