fix(core): Fixes errors from missing files (#511)
This commit is contained in:
parent
ea5d09a7d7
commit
8006fa20df
10 changed files with 54 additions and 14 deletions
|
|
@ -176,7 +176,7 @@ namespace Server
|
|||
Utility.PushColor(ConsoleColor.Red);
|
||||
Console.WriteLine("failed");
|
||||
Utility.PopColor();
|
||||
throw new Exception("Core: Server configuration failed to deserialize.");
|
||||
throw new FileNotFoundException($"Failed to deserialize {m_FilePath}.");
|
||||
}
|
||||
|
||||
Console.WriteLine("done");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue