fix: Fixes unresponsive console input (#1720)
### Summary Fixes an issue where the call priority of `Initialize` functions causes a dead lock because the console input handler was not initialized.
This commit is contained in:
parent
974062b0d4
commit
912eaab460
4 changed files with 15 additions and 11 deletions
|
|
@ -339,7 +339,7 @@ public static class Core
|
|||
if (!close)
|
||||
{
|
||||
Console.WriteLine("This exception is fatal, press return to exit");
|
||||
Console.ReadLine();
|
||||
ConsoleInputHandler.ReadLine();
|
||||
}
|
||||
|
||||
Kill();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue