From 2440d9b94ccdfee825afac958a42d58ae4aec4da Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 7 Apr 2023 16:19:24 +0800 Subject: [PATCH] x --- IRaCIS.Core.API/Program.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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