diff --git a/IRaCIS.Core.API/Progranm.cs b/IRaCIS.Core.API/Progranm.cs index 54ea2e37f..2bedccf9f 100644 --- a/IRaCIS.Core.API/Progranm.cs +++ b/IRaCIS.Core.API/Progranm.cs @@ -290,14 +290,13 @@ try #endregion - app.Run(); - Log.Logger.Warning($"ContentRootPath:{env.ContentRootPath}"); Log.Logger.Warning($"ContentRootPath——GetParent-notriem:{Directory.GetParent(env.ContentRootPath).FullName}"); Log.Logger.Warning($"ContentRootPath——GetParent:{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}"); + app.Run(); } catch (Exception e)