diff --git a/IRaCIS.Core.API/Program.cs b/IRaCIS.Core.API/Program.cs index 2a048203..e8288541 100644 --- a/IRaCIS.Core.API/Program.cs +++ b/IRaCIS.Core.API/Program.cs @@ -20,13 +20,16 @@ namespace IRaCIS.Core.API public static async Task Main(string[] args) { - if(!File.Exists($@"C:\.xingcang\config.json ")) + if(!File.Exists($@"C:\.xingcang\config.json")) { Console.WriteLine("µ±Ç°Î´×¢²á"); - return + return; + } + else + { + } - try