x
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2023-12-08 11:25:54 +08:00
parent c909dee4aa
commit bfad36af3d
1 changed files with 1 additions and 2 deletions

View File

@ -290,14 +290,13 @@ try
#endregion #endregion
app.Run();
Log.Logger.Warning($"ContentRootPath{env.ContentRootPath}"); Log.Logger.Warning($"ContentRootPath{env.ContentRootPath}");
Log.Logger.Warning($"ContentRootPath——GetParent-notriem{Directory.GetParent(env.ContentRootPath).FullName}"); Log.Logger.Warning($"ContentRootPath——GetParent-notriem{Directory.GetParent(env.ContentRootPath).FullName}");
Log.Logger.Warning($"ContentRootPath——GetParent{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}"); Log.Logger.Warning($"ContentRootPath——GetParent{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
app.Run();
} }
catch (Exception e) catch (Exception e)